OmniSciDB  72c90bc290
 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
 
int ColumnArrayInt8 = 47
 
int ColumnArrayInt16 = 48
 
int ColumnArrayInt32 = 49
 
int ColumnArrayInt64 = 50
 
int ColumnArrayFloat = 51
 
int ColumnArrayDouble = 52
 
int ColumnArrayBool = 53
 
int ColumnListArrayInt8 = 54
 
int ColumnListArrayInt16 = 55
 
int ColumnListArrayInt32 = 56
 
int ColumnListArrayInt64 = 57
 
int ColumnListArrayFloat = 58
 
int ColumnListArrayDouble = 59
 
int ColumnListArrayBool = 60
 
int GeoMultiLineString = 61
 
int ArrayTextEncodingNone = 62
 
int ColumnTextEncodingNone = 63
 
int ColumnListTextEncodingNone = 64
 
int ColumnArrayTextEncodingNone = 65
 
int ColumnListArrayTextEncodingNone = 66
 
int ArrayTextEncodingDict = 67
 
int ColumnArrayTextEncodingDict = 68
 
int ColumnListArrayTextEncodingDict = 69
 
int GeoMultiPoint = 70
 
int DayTimeInterval = 71
 
int YearMonthTimeInterval = 72
 
int ColumnGeoPoint = 73
 
int ColumnGeoLineString = 74
 
int ColumnGeoPolygon = 75
 
int ColumnGeoMultiPoint = 76
 
int ColumnGeoMultiLineString = 77
 
int ColumnGeoMultiPolygon = 78
 
int ColumnListGeoPoint = 79
 
int ColumnListGeoLineString = 80
 
int ColumnListGeoPolygon = 81
 
int ColumnListGeoMultiPoint = 82
 
int ColumnListGeoMultiLineString = 83
 
int ColumnListGeoMultiPolygon = 84
 

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 194 of file ttypes.py.

dictionary heavydb.extension_functions.ttypes.TExtArgumentType._VALUES_TO_NAMES
staticprivate

Definition at line 106 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.ArrayTextEncodingDict = 67
static

Definition at line 87 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ArrayTextEncodingNone = 62
static

Definition at line 82 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.ColumnArrayBool = 53
static

Definition at line 73 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnArrayDouble = 52
static

Definition at line 72 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnArrayFloat = 51
static

Definition at line 71 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnArrayInt16 = 48
static

Definition at line 68 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnArrayInt32 = 49
static

Definition at line 69 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnArrayInt64 = 50
static

Definition at line 70 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnArrayInt8 = 47
static

Definition at line 67 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnArrayTextEncodingDict = 68
static

Definition at line 88 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnArrayTextEncodingNone = 65
static

Definition at line 85 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.ColumnGeoLineString = 74
static

Definition at line 94 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnGeoMultiLineString = 77
static

Definition at line 97 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnGeoMultiPoint = 76
static

Definition at line 96 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnGeoMultiPolygon = 78
static

Definition at line 98 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnGeoPoint = 73
static

Definition at line 93 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnGeoPolygon = 75
static

Definition at line 95 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.ColumnListArrayBool = 60
static

Definition at line 80 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListArrayDouble = 59
static

Definition at line 79 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListArrayFloat = 58
static

Definition at line 78 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListArrayInt16 = 55
static

Definition at line 75 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListArrayInt32 = 56
static

Definition at line 76 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListArrayInt64 = 57
static

Definition at line 77 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListArrayInt8 = 54
static

Definition at line 74 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListArrayTextEncodingDict = 69
static

Definition at line 89 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListArrayTextEncodingNone = 66
static

Definition at line 86 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.ColumnListGeoLineString = 80
static

Definition at line 100 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListGeoMultiLineString = 83
static

Definition at line 103 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListGeoMultiPoint = 82
static

Definition at line 102 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListGeoMultiPolygon = 84
static

Definition at line 104 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListGeoPoint = 79
static

Definition at line 99 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.ColumnListGeoPolygon = 81
static

Definition at line 101 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.ColumnListTextEncodingNone = 64
static

Definition at line 84 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.ColumnTextEncodingNone = 63
static

Definition at line 83 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.DayTimeInterval = 71
static

Definition at line 91 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.GeoMultiLineString = 61
static

Definition at line 81 of file ttypes.py.

int heavydb.extension_functions.ttypes.TExtArgumentType.GeoMultiPoint = 70
static

Definition at line 90 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.

int heavydb.extension_functions.ttypes.TExtArgumentType.YearMonthTimeInterval = 72
static

Definition at line 92 of file ttypes.py.


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