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

Static Public Attributes

int DELIMITED_FILE = 0
 
int GEO_FILE = 1
 
int PARQUET_FILE = 2
 
int RASTER_FILE = 3
 
int ODBC = 4
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 38 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TSourceType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "DELIMITED_FILE": 0,
3  "GEO_FILE": 1,
4  "PARQUET_FILE": 2,
5  "RASTER_FILE": 3,
6  "ODBC": 4,
7  }

Definition at line 53 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TSourceType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "DELIMITED_FILE",
3  1: "GEO_FILE",
4  2: "PARQUET_FILE",
5  3: "RASTER_FILE",
6  4: "ODBC",
7  }

Definition at line 45 of file ttypes.py.

int heavydb.thrift.ttypes.TSourceType.DELIMITED_FILE = 0
static

Definition at line 39 of file ttypes.py.

int heavydb.thrift.ttypes.TSourceType.GEO_FILE = 1
static

Definition at line 40 of file ttypes.py.

int heavydb.thrift.ttypes.TSourceType.ODBC = 4
static

Definition at line 43 of file ttypes.py.

int heavydb.thrift.ttypes.TSourceType.PARQUET_FILE = 2
static

Definition at line 41 of file ttypes.py.

int heavydb.thrift.ttypes.TSourceType.RASTER_FILE = 3
static

Definition at line 42 of file ttypes.py.


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