OmniSciDB
cde582ebc3
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
data_buffer | |
index_buffer | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TChunkData.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TChunkData.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TChunkData.read | ( | self, | |
iprot | |||
) |
Definition at line 4751 of file ttypes.py.
References heavydb.thrift.ttypes.TChunkData.data_buffer, and heavydb.thrift.ttypes.TChunkData.index_buffer.
def heavydb.thrift.ttypes.TChunkData.validate | ( | self | ) |
def heavydb.thrift.ttypes.TChunkData.write | ( | self, | |
oprot | |||
) |
Definition at line 4775 of file ttypes.py.
References heavydb.thrift.ttypes.TChunkData.data_buffer, and heavydb.thrift.ttypes.TChunkData.index_buffer.
|
private |
Definition at line 4800 of file ttypes.py.
Referenced by generate_TableFunctionsFactory_init.Node.copy().
heavydb.thrift.ttypes.TChunkData.data_buffer |
Definition at line 4748 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TChunkData.read(), and heavydb.thrift.ttypes.TChunkData.write().
heavydb.thrift.ttypes.TChunkData.index_buffer |
Definition at line 4749 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TChunkData.read(), and heavydb.thrift.ttypes.TChunkData.write().