OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.extension_functions.ttypes.TExtArgumentType Class Reference
+ Inheritance diagram for heavydb.extension_functions.ttypes.TExtArgumentType:
+ Collaboration diagram for heavydb.extension_functions.ttypes.TExtArgumentType:

Static Public Attributes

int Int8 = 0
 
int Int16 = 1
 
int Int32 = 2
 
int Int64 = 3
 
int Float = 4
 
int Double = 5
 
int Void = 6
 
int PInt8 = 7
 
int PInt16 = 8
 
int PInt32 = 9
 
int PInt64 = 10
 
int PFloat = 11
 
int PDouble = 12
 
int PBool = 13
 
int Bool = 14
 
int ArrayInt8 = 15
 
int ArrayInt16 = 16
 
int ArrayInt32 = 17
 
int ArrayInt64 = 18
 
int ArrayFloat = 19
 
int ArrayDouble = 20
 
int ArrayBool = 21
 
int GeoPoint = 22
 
int GeoLineString = 23
 
int Cursor = 24
 
int GeoPolygon = 25
 
int GeoMultiPolygon = 26
 
int ColumnInt8 = 27
 
int ColumnInt16 = 28
 
int ColumnInt32 = 29
 
int ColumnInt64 = 30
 
int ColumnFloat = 31
 
int ColumnDouble = 32
 
int ColumnBool = 33
 
int TextEncodingNone = 34
 
int TextEncodingDict = 35
 
int ColumnListInt8 = 36
 
int ColumnListInt16 = 37
 
int ColumnListInt32 = 38
 
int ColumnListInt64 = 39
 
int ColumnListFloat = 40
 
int ColumnListDouble = 41
 
int ColumnListBool = 42
 
int ColumnTextEncodingDict = 43
 
int ColumnListTextEncodingDict = 44
 
int ColumnTimestamp = 45
 
int Timestamp = 46
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 19 of file ttypes.py.

Member Data Documentation

dictionary heavydb.extension_functions.ttypes.TExtArgumentType._NAMES_TO_VALUES
staticprivate

Definition at line 118 of file ttypes.py.

dictionary heavydb.extension_functions.ttypes.TExtArgumentType._VALUES_TO_NAMES
staticprivate

Definition at line 68 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ArrayBool = 21
static

Definition at line 41 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ArrayDouble = 20
static

Definition at line 40 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ArrayFloat = 19
static

Definition at line 39 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ArrayInt16 = 16
static

Definition at line 36 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ArrayInt32 = 17
static

Definition at line 37 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ArrayInt64 = 18
static

Definition at line 38 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ArrayInt8 = 15
static

Definition at line 35 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Bool = 14
static

Definition at line 34 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnBool = 33
static

Definition at line 53 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnDouble = 32
static

Definition at line 52 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnFloat = 31
static

Definition at line 51 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnInt16 = 28
static

Definition at line 48 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnInt32 = 29
static

Definition at line 49 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnInt64 = 30
static

Definition at line 50 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnInt8 = 27
static

Definition at line 47 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListBool = 42
static

Definition at line 62 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListDouble = 41
static

Definition at line 61 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListFloat = 40
static

Definition at line 60 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListInt16 = 37
static

Definition at line 57 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListInt32 = 38
static

Definition at line 58 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListInt64 = 39
static

Definition at line 59 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListInt8 = 36
static

Definition at line 56 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListTextEncodingDict = 44
static

Definition at line 64 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnTextEncodingDict = 43
static

Definition at line 63 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnTimestamp = 45
static

Definition at line 65 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Cursor = 24
static

Definition at line 44 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Double = 5
static

Definition at line 25 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Float = 4
static

Definition at line 24 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.GeoLineString = 23
static

Definition at line 43 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.GeoMultiPolygon = 26
static

Definition at line 46 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.GeoPoint = 22
static

Definition at line 42 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.GeoPolygon = 25
static

Definition at line 45 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Int16 = 1
static

Definition at line 21 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Int32 = 2
static

Definition at line 22 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Int64 = 3
static

Definition at line 23 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Int8 = 0
static

Definition at line 20 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.PBool = 13
static

Definition at line 33 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.PDouble = 12
static

Definition at line 32 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.PFloat = 11
static

Definition at line 31 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.PInt16 = 8
static

Definition at line 28 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.PInt32 = 9
static

Definition at line 29 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.PInt64 = 10
static

Definition at line 30 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.PInt8 = 7
static

Definition at line 27 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.TextEncodingDict = 35
static

Definition at line 55 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.TextEncodingNone = 34
static

Definition at line 54 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Timestamp = 46
static

Definition at line 66 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.Void = 6
static

Definition at line 26 of file ttypes.py.


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