Class omnisci::common::ttypes::TDatumType

class TDatumType : public object

Public Static Attributes

int omnisci.common.ttypes.TDatumType::SMALLINT = 0
int omnisci.common.ttypes.TDatumType::INT = 1
int omnisci.common.ttypes.TDatumType::BIGINT = 2
int omnisci.common.ttypes.TDatumType::FLOAT = 3
int omnisci.common.ttypes.TDatumType::DECIMAL = 4
int omnisci.common.ttypes.TDatumType::DOUBLE = 5
int omnisci.common.ttypes.TDatumType::STR = 6
int omnisci.common.ttypes.TDatumType::TIME = 7
int omnisci.common.ttypes.TDatumType::TIMESTAMP = 8
int omnisci.common.ttypes.TDatumType::DATE = 9
int omnisci.common.ttypes.TDatumType::BOOL = 10
int omnisci.common.ttypes.TDatumType::INTERVAL_DAY_TIME = 11
int omnisci.common.ttypes.TDatumType::INTERVAL_YEAR_MONTH = 12
int omnisci.common.ttypes.TDatumType::POINT = 13
int omnisci.common.ttypes.TDatumType::LINESTRING = 14
int omnisci.common.ttypes.TDatumType::POLYGON = 15
int omnisci.common.ttypes.TDatumType::MULTIPOLYGON = 16
int omnisci.common.ttypes.TDatumType::TINYINT = 17
int omnisci.common.ttypes.TDatumType::GEOMETRY = 18
int omnisci.common.ttypes.TDatumType::GEOGRAPHY = 19

Private Static Attributes

dictionary omnisci.common.ttypes.TDatumType::_VALUES_TO_NAMES= { 0: "SMALLINT", 1: "INT", 2: "BIGINT", 3: "FLOAT", 4: "DECIMAL", 5: "DOUBLE", 6: "STR", 7: "TIME", 8: "TIMESTAMP", 9: "DATE", 10: "BOOL", 11: "INTERVAL_DAY_TIME", 12: "INTERVAL_YEAR_MONTH", 13: "POINT", 14: "LINESTRING", 15: "POLYGON", 16: "MULTIPOLYGON", 17: "TINYINT", 18: "GEOMETRY", 19: "GEOGRAPHY", }
dictionary omnisci.common.ttypes.TDatumType::_NAMES_TO_VALUES= { "SMALLINT": 0, "INT": 1, "BIGINT": 2, "FLOAT": 3, "DECIMAL": 4, "DOUBLE": 5, "STR": 6, "TIME": 7, "TIMESTAMP": 8, "DATE": 9, "BOOL": 10, "INTERVAL_DAY_TIME": 11, "INTERVAL_YEAR_MONTH": 12, "POINT": 13, "LINESTRING": 14, "POLYGON": 15, "MULTIPOLYGON": 16, "TINYINT": 17, "GEOMETRY": 18, "GEOGRAPHY": 19, }