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

Static Public Attributes

int GPU = 1
 
int CPU = 2
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 23 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TExecuteMode._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "GPU": 1,
3  "CPU": 2,
4  }

Definition at line 32 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TExecuteMode._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  1: "GPU",
3  2: "CPU",
4  }

Definition at line 27 of file ttypes.py.

int heavydb.thrift.ttypes.TExecuteMode.CPU = 2
static

Definition at line 25 of file ttypes.py.

int heavydb.thrift.ttypes.TExecuteMode.GPU = 1
static

Definition at line 24 of file ttypes.py.


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