OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
elapsed | |
rows_completed | |
rows_estimated | |
rows_rejected | |
Private Attributes | |
__dict__ | |
Attributes: - elapsed - rows_completed - rows_estimated - rows_rejected
def heavydb.thrift.ttypes.TImportStatus.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TImportStatus.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TImportStatus.read | ( | self, | |
iprot | |||
) |
Definition at line 2427 of file ttypes.py.
References import_export::ImportStatus.elapsed, heavydb.thrift.ttypes.TImportStatus.elapsed, import_export::ImportStatus.rows_completed, heavydb.thrift.ttypes.TImportStatus.rows_completed, import_export::ImportStatus.rows_estimated, heavydb.thrift.ttypes.TImportStatus.rows_estimated, import_export::ImportStatus.rows_rejected, and heavydb.thrift.ttypes.TImportStatus.rows_rejected.
def heavydb.thrift.ttypes.TImportStatus.validate | ( | self | ) |
def heavydb.thrift.ttypes.TImportStatus.write | ( | self, | |
oprot | |||
) |
Definition at line 2461 of file ttypes.py.
References import_export::ImportStatus.elapsed, heavydb.thrift.ttypes.TImportStatus.elapsed, import_export::ImportStatus.rows_completed, heavydb.thrift.ttypes.TImportStatus.rows_completed, import_export::ImportStatus.rows_estimated, heavydb.thrift.ttypes.TImportStatus.rows_estimated, import_export::ImportStatus.rows_rejected, and heavydb.thrift.ttypes.TImportStatus.rows_rejected.
|
private |
Definition at line 2494 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TImportStatus.elapsed |
Definition at line 2422 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TImportStatus.read(), and heavydb.thrift.ttypes.TImportStatus.write().
heavydb.thrift.ttypes.TImportStatus.rows_completed |
Definition at line 2423 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TImportStatus.read(), and heavydb.thrift.ttypes.TImportStatus.write().
heavydb.thrift.ttypes.TImportStatus.rows_estimated |
Definition at line 2424 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TImportStatus.read(), and heavydb.thrift.ttypes.TImportStatus.write().
heavydb.thrift.ttypes.TImportStatus.rows_rejected |
Definition at line 2425 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TImportStatus.read(), and heavydb.thrift.ttypes.TImportStatus.write().