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

Static Public Attributes

int Invalid = 0
 
int Bitmap = 1
 
int UnorderedSet = 2
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 41 of file ttypes.py.

Member Data Documentation

dictionary heavydb.serialized_result_set.ttypes.TCountDistinctImplType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "Invalid": 0,
3  "Bitmap": 1,
4  "UnorderedSet": 2,
5  }

Definition at line 52 of file ttypes.py.

dictionary heavydb.serialized_result_set.ttypes.TCountDistinctImplType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "Invalid",
3  1: "Bitmap",
4  2: "UnorderedSet",
5  }

Definition at line 46 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TCountDistinctImplType.Bitmap = 1
static

Definition at line 43 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TCountDistinctImplType.Invalid = 0
static

Definition at line 42 of file ttypes.py.

int heavydb.serialized_result_set.ttypes.TCountDistinctImplType.UnorderedSet = 2
static

Definition at line 44 of file ttypes.py.


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