OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
col_name | |
col_type | |
is_reserved_keyword | |
src_name | |
is_system | |
is_physical | |
col_id | |
default_value | |
Private Attributes | |
__dict__ | |
Attributes: - col_name - col_type - is_reserved_keyword - src_name - is_system - is_physical - col_id - default_value
def heavydb.thrift.ttypes.TColumnType.__init__ | ( | self, | |
col_name = None , |
|||
col_type = None , |
|||
is_reserved_keyword = None , |
|||
src_name = None , |
|||
is_system = None , |
|||
is_physical = None , |
|||
col_id = None , |
|||
default_value = None |
|||
) |
def heavydb.thrift.ttypes.TColumnType.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TColumnType.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TColumnType.read | ( | self, | |
iprot | |||
) |
Definition at line 638 of file ttypes.py.
References heavydb.thrift.ttypes.TColumnType.col_id, EmbeddedDatabase::ColumnDetails.col_name, heavydb.thrift.ttypes.TColumnType.col_name, EmbeddedDatabase::ColumnDetails.col_type, heavydb.thrift.ttypes.TColumnType.col_type, ColumnDescriptor.default_value, heavydb.thrift.ttypes.TColumnType.default_value, heavydb.thrift.ttypes.TColumnType.is_physical, heavydb.thrift.ttypes.TColumnType.is_reserved_keyword, heavydb.thrift.ttypes.TColumnType.is_system, and heavydb.thrift.ttypes.TColumnType.src_name.
def heavydb.thrift.ttypes.TColumnType.validate | ( | self | ) |
def heavydb.thrift.ttypes.TColumnType.write | ( | self, | |
oprot | |||
) |
Definition at line 693 of file ttypes.py.
References heavydb.thrift.ttypes.TColumnType.col_id, EmbeddedDatabase::ColumnDetails.col_name, heavydb.thrift.ttypes.TColumnType.col_name, EmbeddedDatabase::ColumnDetails.col_type, heavydb.thrift.ttypes.TColumnType.col_type, ColumnDescriptor.default_value, heavydb.thrift.ttypes.TColumnType.default_value, heavydb.thrift.ttypes.TColumnType.is_physical, heavydb.thrift.ttypes.TColumnType.is_reserved_keyword, heavydb.thrift.ttypes.TColumnType.is_system, and heavydb.thrift.ttypes.TColumnType.src_name.
|
private |
Definition at line 742 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TColumnType.col_id |
Definition at line 635 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnType.read(), heavydb.thrift.ttypes.TColumnRange.read(), heavydb.thrift.ttypes.TColumnType.write(), and heavydb.thrift.ttypes.TColumnRange.write().
heavydb.thrift.ttypes.TColumnType.col_name |
Definition at line 629 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnType.read(), and heavydb.thrift.ttypes.TColumnType.write().
heavydb.thrift.ttypes.TColumnType.col_type |
Definition at line 630 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnType.read(), and heavydb.thrift.ttypes.TColumnType.write().
heavydb.thrift.ttypes.TColumnType.default_value |
Definition at line 636 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnType.read(), and heavydb.thrift.ttypes.TColumnType.write().
heavydb.thrift.ttypes.TColumnType.is_physical |
Definition at line 634 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnType.read(), and heavydb.thrift.ttypes.TColumnType.write().
heavydb.thrift.ttypes.TColumnType.is_reserved_keyword |
Definition at line 631 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnType.read(), and heavydb.thrift.ttypes.TColumnType.write().
heavydb.thrift.ttypes.TColumnType.is_system |
Definition at line 633 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnType.read(), and heavydb.thrift.ttypes.TColumnType.write().
heavydb.thrift.ttypes.TColumnType.src_name |
Definition at line 632 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnType.read(), and heavydb.thrift.ttypes.TColumnType.write().