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

Static Public Attributes

int SHARED_MEMORY = 0
 
int WIRE = 1
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 302 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TArrowTransport._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "SHARED_MEMORY": 0,
3  "WIRE": 1,
4  }

Definition at line 311 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TArrowTransport._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "SHARED_MEMORY",
3  1: "WIRE",
4  }

Definition at line 306 of file ttypes.py.

int heavydb.thrift.ttypes.TArrowTransport.SHARED_MEMORY = 0
static

Definition at line 303 of file ttypes.py.

int heavydb.thrift.ttypes.TArrowTransport.WIRE = 1
static

Definition at line 304 of file ttypes.py.


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