OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
int_col | |
real_col | |
str_col | |
arr_col | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TColumnData.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TColumnData.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TColumnData.read | ( | self, | |
iprot | |||
) |
Definition at line 831 of file ttypes.py.
References heavydb.thrift.ttypes.TColumnData.arr_col, heavydb.thrift.ttypes.TColumnData.int_col, heavydb.thrift.ttypes.TColumnData.real_col, and heavydb.thrift.ttypes.TColumnData.str_col.
def heavydb.thrift.ttypes.TColumnData.validate | ( | self | ) |
def heavydb.thrift.ttypes.TColumnData.write | ( | self, | |
oprot | |||
) |
Definition at line 886 of file ttypes.py.
References heavydb.thrift.ttypes.TColumnData.arr_col, heavydb.thrift.ttypes.TColumnData.int_col, heavydb.thrift.ttypes.TColumnData.real_col, and heavydb.thrift.ttypes.TColumnData.str_col.
|
private |
Definition at line 931 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TColumnData.arr_col |
Definition at line 829 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnData.read(), and heavydb.thrift.ttypes.TColumnData.write().
heavydb.thrift.ttypes.TColumnData.int_col |
Definition at line 826 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnData.read(), and heavydb.thrift.ttypes.TColumnData.write().
heavydb.thrift.ttypes.TColumnData.real_col |
Definition at line 827 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnData.read(), and heavydb.thrift.ttypes.TColumnData.write().
heavydb.thrift.ttypes.TColumnData.str_col |
Definition at line 828 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumnData.read(), and heavydb.thrift.ttypes.TColumnData.write().