OmniSciDB
c1a53651b2
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
slot_sizes | |
col_to_slot_map | |
Private Attributes | |
__dict__ | |
def heavydb.serialized_result_set.ttypes.TColSlotContext.__init__ | ( | self, | |
slot_sizes = None , |
|||
col_to_slot_map = None |
|||
) |
def heavydb.serialized_result_set.ttypes.TColSlotContext.__ne__ | ( | self, | |
other | |||
) |
def heavydb.serialized_result_set.ttypes.TColSlotContext.__repr__ | ( | self | ) |
def heavydb.serialized_result_set.ttypes.TColSlotContext.read | ( | self, | |
iprot | |||
) |
Definition at line 173 of file ttypes.py.
References heavydb.serialized_result_set.ttypes.TColSlotContext.col_to_slot_map, and heavydb.serialized_result_set.ttypes.TColSlotContext.slot_sizes.
def heavydb.serialized_result_set.ttypes.TColSlotContext.validate | ( | self | ) |
def heavydb.serialized_result_set.ttypes.TColSlotContext.write | ( | self, | |
oprot | |||
) |
Definition at line 213 of file ttypes.py.
References heavydb.serialized_result_set.ttypes.TColSlotContext.col_to_slot_map, and heavydb.serialized_result_set.ttypes.TColSlotContext.slot_sizes.
|
private |
Definition at line 247 of file ttypes.py.
Referenced by generate_TableFunctionsFactory_init.Node.copy().
heavydb.serialized_result_set.ttypes.TColSlotContext.col_to_slot_map |
Definition at line 171 of file ttypes.py.
Referenced by heavydb.serialized_result_set.ttypes.TColSlotContext.read(), and heavydb.serialized_result_set.ttypes.TColSlotContext.write().
heavydb.serialized_result_set.ttypes.TColSlotContext.slot_sizes |
Definition at line 170 of file ttypes.py.
Referenced by heavydb.serialized_result_set.ttypes.TColSlotContext.read(), and heavydb.serialized_result_set.ttypes.TColSlotContext.write().