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

Static Public Attributes

int SERVER = 0
 
int AGGREGATOR = 1
 
int LEAF = 2
 
int STRING_DICTIONARY = 3
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 122 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TRole._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "SERVER": 0,
3  "AGGREGATOR": 1,
4  "LEAF": 2,
5  "STRING_DICTIONARY": 3,
6  }

Definition at line 135 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TRole._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "SERVER",
3  1: "AGGREGATOR",
4  2: "LEAF",
5  3: "STRING_DICTIONARY",
6  }

Definition at line 128 of file ttypes.py.

int heavydb.thrift.ttypes.TRole.AGGREGATOR = 1
static

Definition at line 124 of file ttypes.py.

int heavydb.thrift.ttypes.TRole.LEAF = 2
static

Definition at line 125 of file ttypes.py.

int heavydb.thrift.ttypes.TRole.SERVER = 0
static

Definition at line 123 of file ttypes.py.

int heavydb.thrift.ttypes.TRole.STRING_DICTIONARY = 3
static

Definition at line 126 of file ttypes.py.


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