OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.serialized_result_set.ttypes.TAggKind Class Reference
+ Inheritance diagram for heavydb.serialized_result_set.ttypes.TAggKind:
+ Collaboration diagram for heavydb.serialized_result_set.ttypes.TAggKind:

Static Public Attributes

int AVG = 0
 
int MIN = 1
 
int MAX = 2
 
int SUM = 3
 
int COUNT = 4
 
int APPROX_COUNT_DISTINCT = 5
 
int SAMPLE = 6
 
int SINGLE_VALUE = 7
 
int COUNT_IF = 8
 
int SUM_IF = 9
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 59 of file ttypes.py.

Member Data Documentation

dictionary heavydb.serialized_result_set.ttypes.TAggKind._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "AVG": 0,
3  "MIN": 1,
4  "MAX": 2,
5  "SUM": 3,
6  "COUNT": 4,
7  "APPROX_COUNT_DISTINCT": 5,
8  "SAMPLE": 6,
9  "SINGLE_VALUE": 7,
10  "COUNT_IF": 8,
11  "SUM_IF": 9,
12  }

Definition at line 84 of file ttypes.py.

dictionary heavydb.serialized_result_set.ttypes.TAggKind._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "AVG",
3  1: "MIN",
4  2: "MAX",
5  3: "SUM",
6  4: "COUNT",
7  5: "APPROX_COUNT_DISTINCT",
8  6: "SAMPLE",
9  7: "SINGLE_VALUE",
10  8: "COUNT_IF",
11  9: "SUM_IF",
12  }

Definition at line 71 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.APPROX_COUNT_DISTINCT = 5
static

Definition at line 65 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.AVG = 0
static

Definition at line 60 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.COUNT = 4
static

Definition at line 64 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.COUNT_IF = 8
static

Definition at line 68 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.MAX = 2
static

Definition at line 62 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.MIN = 1
static

Definition at line 61 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.SAMPLE = 6
static

Definition at line 66 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.SINGLE_VALUE = 7
static

Definition at line 67 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.SUM = 3
static

Definition at line 63 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TAggKind.SUM_IF = 9
static

Definition at line 69 of file ttypes.py.


The documentation for this class was generated from the following file: