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

Static Public Attributes

int UNION = 0
 
int REDUCE = 1
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 212 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TMergeType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "UNION": 0,
3  "REDUCE": 1,
4  }

Definition at line 221 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TMergeType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "UNION",
3  1: "REDUCE",
4  }

Definition at line 216 of file ttypes.py.

int heavydb.thrift.ttypes.TMergeType.REDUCE = 1
static

Definition at line 214 of file ttypes.py.

int heavydb.thrift.ttypes.TMergeType.UNION = 0
static

Definition at line 213 of file ttypes.py.


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