OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ColRangeInfo Struct Reference

#include <GroupByAndAggregate.h>

Public Member Functions

bool isEmpty () const
 

Public Attributes

QueryDescriptionType hash_type_
 
int64_t min
 
int64_t max
 
int64_t bucket
 
bool has_nulls
 

Detailed Description

Definition at line 47 of file GroupByAndAggregate.h.

Member Function Documentation

bool ColRangeInfo::isEmpty ( ) const

Definition at line 60 of file GroupByAndAggregate.cpp.

References max, and min.

60  {
61  return min == 0 && max == -1;
62 }

Member Data Documentation

bool ColRangeInfo::has_nulls
QueryDescriptionType ColRangeInfo::hash_type_

The documentation for this struct was generated from the following files: