Definition at line 34 of file ttypes.py.
dictionary heavydb.common.ttypes.TDatumType._NAMES_TO_VALUES |
|
staticprivate |
Initial value:
13 "INTERVAL_DAY_TIME": 11,
14 "INTERVAL_YEAR_MONTH": 12,
22 "MULTILINESTRING": 20,
Definition at line 83 of file ttypes.py.
dictionary heavydb.common.ttypes.TDatumType._VALUES_TO_NAMES |
|
staticprivate |
Initial value:
13 11:
"INTERVAL_DAY_TIME",
14 12:
"INTERVAL_YEAR_MONTH",
22 20:
"MULTILINESTRING",
Definition at line 58 of file ttypes.py.
int heavydb.common.ttypes.TDatumType.BIGINT = 2 |
|
static |
int heavydb.common.ttypes.TDatumType.BOOL = 10 |
|
static |
int heavydb.common.ttypes.TDatumType.DATE = 9 |
|
static |
int heavydb.common.ttypes.TDatumType.DECIMAL = 4 |
|
static |
int heavydb.common.ttypes.TDatumType.DOUBLE = 5 |
|
static |
int heavydb.common.ttypes.TDatumType.FLOAT = 3 |
|
static |
int heavydb.common.ttypes.TDatumType.GEOGRAPHY = 19 |
|
static |
int heavydb.common.ttypes.TDatumType.GEOMETRY = 18 |
|
static |
int heavydb.common.ttypes.TDatumType.INT = 1 |
|
static |
int heavydb.common.ttypes.TDatumType.INTERVAL_DAY_TIME = 11 |
|
static |
int heavydb.common.ttypes.TDatumType.INTERVAL_YEAR_MONTH = 12 |
|
static |
int heavydb.common.ttypes.TDatumType.LINESTRING = 14 |
|
static |
int heavydb.common.ttypes.TDatumType.MULTILINESTRING = 20 |
|
static |
int heavydb.common.ttypes.TDatumType.MULTIPOINT = 21 |
|
static |
int heavydb.common.ttypes.TDatumType.MULTIPOLYGON = 16 |
|
static |
int heavydb.common.ttypes.TDatumType.POINT = 13 |
|
static |
int heavydb.common.ttypes.TDatumType.POLYGON = 15 |
|
static |
int heavydb.common.ttypes.TDatumType.SMALLINT = 0 |
|
static |
int heavydb.common.ttypes.TDatumType.STR = 6 |
|
static |
int heavydb.common.ttypes.TDatumType.TIME = 7 |
|
static |
int heavydb.common.ttypes.TDatumType.TIMESTAMP = 8 |
|
static |
int heavydb.common.ttypes.TDatumType.TINYINT = 17 |
|
static |
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/python/heavydb/common/ttypes.py