OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
slab | |
start_page | |
num_pages | |
touch | |
chunk_key | |
buffer_epoch | |
is_free | |
Private Attributes | |
__dict__ | |
Attributes: - slab - start_page - num_pages - touch - chunk_key - buffer_epoch - is_free
def heavydb.thrift.ttypes.TMemoryData.__init__ | ( | self, | |
slab = None , |
|||
start_page = None , |
|||
num_pages = None , |
|||
touch = None , |
|||
chunk_key = None , |
|||
buffer_epoch = None , |
|||
is_free = None |
|||
) |
def heavydb.thrift.ttypes.TMemoryData.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TMemoryData.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TMemoryData.read | ( | self, | |
iprot | |||
) |
Definition at line 3378 of file ttypes.py.
References heavydb.thrift.ttypes.TMemoryData.buffer_epoch, ForeignStorageColumnBuffer.chunk_key, Buffer_Namespace::BufferSeg.chunk_key, Data_Namespace::MemoryData.chunk_key, heavydb.thrift.ttypes.TMemoryData.chunk_key, heavydb.thrift.ttypes.TMemoryData.is_free, Buffer_Namespace::BufferSeg.num_pages, TableMetadata.num_pages, File_Namespace::FileMetadata.num_pages, heavydb.thrift.ttypes.TMemoryData.num_pages, heavydb.thrift.ttypes.TMemoryData.slab, Buffer_Namespace::BufferSeg.start_page, heavydb.thrift.ttypes.TMemoryData.start_page, Data_Namespace::MemoryData.touch, and heavydb.thrift.ttypes.TMemoryData.touch.
def heavydb.thrift.ttypes.TMemoryData.validate | ( | self | ) |
def heavydb.thrift.ttypes.TMemoryData.write | ( | self, | |
oprot | |||
) |
Definition at line 3432 of file ttypes.py.
References heavydb.thrift.ttypes.TMemoryData.buffer_epoch, ForeignStorageColumnBuffer.chunk_key, Buffer_Namespace::BufferSeg.chunk_key, Data_Namespace::MemoryData.chunk_key, heavydb.thrift.ttypes.TMemoryData.chunk_key, heavydb.thrift.ttypes.TMemoryData.is_free, Buffer_Namespace::BufferSeg.num_pages, TableMetadata.num_pages, File_Namespace::FileMetadata.num_pages, heavydb.thrift.ttypes.TMemoryData.num_pages, heavydb.thrift.ttypes.TMemoryData.slab, Buffer_Namespace::BufferSeg.start_page, heavydb.thrift.ttypes.TMemoryData.start_page, Data_Namespace::MemoryData.touch, and heavydb.thrift.ttypes.TMemoryData.touch.
|
private |
Definition at line 3480 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TMemoryData.buffer_epoch |
Definition at line 3375 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TMemoryData.read(), and heavydb.thrift.ttypes.TMemoryData.write().
heavydb.thrift.ttypes.TMemoryData.chunk_key |
Definition at line 3374 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TMemoryData.read(), and heavydb.thrift.ttypes.TMemoryData.write().
heavydb.thrift.ttypes.TMemoryData.is_free |
Definition at line 3376 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TMemoryData.read(), and heavydb.thrift.ttypes.TMemoryData.write().
heavydb.thrift.ttypes.TMemoryData.num_pages |
Definition at line 3372 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TMemoryData.read(), and heavydb.thrift.ttypes.TMemoryData.write().
heavydb.thrift.ttypes.TMemoryData.slab |
Definition at line 3370 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TMemoryData.read(), and heavydb.thrift.ttypes.TMemoryData.write().
heavydb.thrift.ttypes.TMemoryData.start_page |
Definition at line 3371 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TMemoryData.read(), and heavydb.thrift.ttypes.TMemoryData.write().
heavydb.thrift.ttypes.TMemoryData.touch |
Definition at line 3373 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TMemoryData.read(), and heavydb.thrift.ttypes.TMemoryData.write().