OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
serialized_rows | |
execution_finished | |
merge_type | |
sharded | |
row_desc | |
node_id | |
Private Attributes | |
__dict__ | |
Attributes: - serialized_rows - execution_finished - merge_type - sharded - row_desc - node_id
def heavydb.thrift.ttypes.TStepResult.__init__ | ( | self, | |
serialized_rows = None , |
|||
execution_finished = None , |
|||
merge_type = None , |
|||
sharded = None , |
|||
row_desc = None , |
|||
node_id = None |
|||
) |
def heavydb.thrift.ttypes.TStepResult.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TStepResult.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TStepResult.read | ( | self, | |
iprot | |||
) |
Definition at line 1169 of file ttypes.py.
References heavydb.thrift.ttypes.TStepResult.execution_finished, heavydb.thrift.ttypes.TStepResult.merge_type, heavydb.thrift.ttypes.TStepResult.node_id, heavydb.thrift.ttypes.TStepResult.row_desc, heavydb.thrift.Heavy.create_table_args.row_desc, heavydb.thrift.Heavy.import_geo_table_args.row_desc, heavydb.thrift.Heavy.broadcast_serialized_rows_args.row_desc, heavydb.thrift.ttypes.TStepResult.serialized_rows, heavydb.thrift.Heavy.broadcast_serialized_rows_args.serialized_rows, and heavydb.thrift.ttypes.TStepResult.sharded.
def heavydb.thrift.ttypes.TStepResult.validate | ( | self | ) |
def heavydb.thrift.ttypes.TStepResult.write | ( | self, | |
oprot | |||
) |
Definition at line 1220 of file ttypes.py.
References heavydb.thrift.ttypes.TStepResult.execution_finished, heavydb.thrift.ttypes.TStepResult.merge_type, heavydb.thrift.ttypes.TStepResult.node_id, heavydb.thrift.ttypes.TStepResult.row_desc, heavydb.thrift.Heavy.create_table_args.row_desc, heavydb.thrift.Heavy.import_geo_table_args.row_desc, heavydb.thrift.Heavy.broadcast_serialized_rows_args.row_desc, heavydb.thrift.ttypes.TStepResult.serialized_rows, heavydb.thrift.Heavy.broadcast_serialized_rows_args.serialized_rows, and heavydb.thrift.ttypes.TStepResult.sharded.
|
private |
Definition at line 1264 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TStepResult.execution_finished |
Definition at line 1163 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TStepResult.read(), and heavydb.thrift.ttypes.TStepResult.write().
heavydb.thrift.ttypes.TStepResult.merge_type |
Definition at line 1164 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TStepResult.read(), heavydb.thrift.ttypes.TRenderParseResult.read(), heavydb.thrift.ttypes.TStepResult.write(), and heavydb.thrift.ttypes.TRenderParseResult.write().
heavydb.thrift.ttypes.TStepResult.node_id |
Definition at line 1167 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TStepResult.read(), heavydb.thrift.ttypes.TRenderParseResult.read(), heavydb.thrift.ttypes.TStepResult.write(), and heavydb.thrift.ttypes.TRenderParseResult.write().
heavydb.thrift.ttypes.TStepResult.row_desc |
Definition at line 1166 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TStepResult.read(), heavydb.thrift.ttypes.TRowSet.read(), heavydb.thrift.ttypes.TTableDetails.read(), heavydb.thrift.ttypes.TStepResult.write(), heavydb.thrift.ttypes.TRowSet.write(), and heavydb.thrift.ttypes.TTableDetails.write().
heavydb.thrift.ttypes.TStepResult.serialized_rows |
Definition at line 1162 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TStepResult.read(), and heavydb.thrift.ttypes.TStepResult.write().
heavydb.thrift.ttypes.TStepResult.sharded |
Definition at line 1165 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TStepResult.read(), and heavydb.thrift.ttypes.TStepResult.write().