OmniSciDB
a5dc49c757
|
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 4938 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 4962 of file ttypes.py.
References heavydb.thrift.ttypes.TChunkData.data_buffer, and heavydb.thrift.ttypes.TChunkData.index_buffer.
|
private |
Definition at line 4987 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TChunkData.data_buffer |
Definition at line 4935 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 4936 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TChunkData.read(), and heavydb.thrift.ttypes.TChunkData.write().