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

Static Public Attributes

int AUTODETECT = 0
 
int NO_HEADER = 1
 
int HAS_HEADER = 2
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 104 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TImportHeaderRow._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "AUTODETECT": 0,
3  "NO_HEADER": 1,
4  "HAS_HEADER": 2,
5  }

Definition at line 115 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TImportHeaderRow._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "AUTODETECT",
3  1: "NO_HEADER",
4  2: "HAS_HEADER",
5  }

Definition at line 109 of file ttypes.py.

int heavydb.thrift.ttypes.TImportHeaderRow.AUTODETECT = 0
static

Definition at line 105 of file ttypes.py.

int heavydb.thrift.ttypes.TImportHeaderRow.HAS_HEADER = 2
static

Definition at line 107 of file ttypes.py.

int heavydb.thrift.ttypes.TImportHeaderRow.NO_HEADER = 1
static

Definition at line 106 of file ttypes.py.


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