OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
row_desc | |
rows | |
columns | |
is_columnar | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TRowSet.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TRowSet.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TRowSet.read | ( | self, | |
iprot | |||
) |
Definition at line 1287 of file ttypes.py.
References com.mapd.parser.extension.ddl.SqlCreateForeignTable.columns, heavydb.thrift.ttypes.TRowSet.columns, heavydb.thrift.ttypes.TRowSet.is_columnar, heavydb.thrift.ttypes.TStepResult.row_desc, heavydb.thrift.ttypes.TRowSet.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, ai.heavy.jdbc.HeavyAIPreparedStatement.rows, import_export::BadRowsTracker.rows, heavydb.thrift.ttypes.TRowSet.rows, heavydb.thrift.Heavy.load_table_binary_args.rows, and heavydb.thrift.Heavy.load_table_args.rows.
def heavydb.thrift.ttypes.TRowSet.validate | ( | self | ) |
def heavydb.thrift.ttypes.TRowSet.write | ( | self, | |
oprot | |||
) |
Definition at line 1339 of file ttypes.py.
References com.mapd.parser.extension.ddl.SqlCreateForeignTable.columns, heavydb.thrift.ttypes.TRowSet.columns, heavydb.thrift.ttypes.TRowSet.is_columnar, heavydb.thrift.ttypes.TStepResult.row_desc, heavydb.thrift.ttypes.TRowSet.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, ai.heavy.jdbc.HeavyAIPreparedStatement.rows, import_export::BadRowsTracker.rows, heavydb.thrift.ttypes.TRowSet.rows, heavydb.thrift.Heavy.load_table_binary_args.rows, and heavydb.thrift.Heavy.load_table_args.rows.
|
private |
Definition at line 1381 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TRowSet.columns |
Definition at line 1284 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRowSet.read(), and heavydb.thrift.ttypes.TRowSet.write().
heavydb.thrift.ttypes.TRowSet.is_columnar |
Definition at line 1285 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRowSet.read(), and heavydb.thrift.ttypes.TRowSet.write().
heavydb.thrift.ttypes.TRowSet.row_desc |
Definition at line 1282 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRowSet.read(), heavydb.thrift.ttypes.TTableDetails.read(), heavydb.thrift.ttypes.TRowSet.write(), and heavydb.thrift.ttypes.TTableDetails.write().
heavydb.thrift.ttypes.TRowSet.rows |
Definition at line 1283 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRowSet.read(), and heavydb.thrift.ttypes.TRowSet.write().