OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
int_val | |
real_val | |
str_val | |
arr_val | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TDatumVal.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TDatumVal.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TDatumVal.read | ( | self, | |
iprot | |||
) |
Definition at line 394 of file ttypes.py.
References heavydb.thrift.ttypes.TDatumVal.arr_val, heavydb.thrift.ttypes.TDatumVal.int_val, heavydb.thrift.ttypes.TDatumVal.real_val, and heavydb.thrift.ttypes.TDatumVal.str_val.
def heavydb.thrift.ttypes.TDatumVal.validate | ( | self | ) |
def heavydb.thrift.ttypes.TDatumVal.write | ( | self, | |
oprot | |||
) |
Definition at line 434 of file ttypes.py.
References heavydb.thrift.ttypes.TDatumVal.arr_val, heavydb.thrift.ttypes.TDatumVal.int_val, heavydb.thrift.ttypes.TDatumVal.real_val, and heavydb.thrift.ttypes.TDatumVal.str_val.
|
private |
Definition at line 470 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TDatumVal.arr_val |
Definition at line 392 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatumVal.read(), and heavydb.thrift.ttypes.TDatumVal.write().
heavydb.thrift.ttypes.TDatumVal.int_val |
Definition at line 389 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatumVal.read(), and heavydb.thrift.ttypes.TDatumVal.write().
heavydb.thrift.ttypes.TDatumVal.real_val |
Definition at line 390 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatumVal.read(), and heavydb.thrift.ttypes.TDatumVal.write().
heavydb.thrift.ttypes.TDatumVal.str_val |
Definition at line 391 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatumVal.read(), heavydb.thrift.ttypes.TStringValue.read(), heavydb.thrift.ttypes.TDatumVal.write(), and heavydb.thrift.ttypes.TStringValue.write().