OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
table_name | |
num_cols | |
is_view | |
is_replicated | |
shard_count | |
max_rows | |
table_id | |
max_table_id | |
col_types | |
col_names | |
Private Attributes | |
__dict__ | |
Attributes: - table_name - num_cols - is_view - is_replicated - shard_count - max_rows - table_id - max_table_id - col_types - col_names
def heavydb.thrift.ttypes.TTableMeta.__init__ | ( | self, | |
table_name = None , |
|||
num_cols = None , |
|||
is_view = None , |
|||
is_replicated = None , |
|||
shard_count = None , |
|||
max_rows = None , |
|||
table_id = None , |
|||
max_table_id = None , |
|||
col_types = None , |
|||
col_names = None |
|||
) |
def heavydb.thrift.ttypes.TTableMeta.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TTableMeta.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TTableMeta.read | ( | self, | |
iprot | |||
) |
Definition at line 3636 of file ttypes.py.
References heavydb.thrift.ttypes.TTableMeta.col_names, heavydb.thrift.ttypes.TTableMeta.col_types, heavydb.thrift.ttypes.TCreateParams.is_replicated, heavydb.thrift.ttypes.TTableMeta.is_replicated, heavydb.thrift.ttypes.TTableMeta.is_view, TableMetadata.max_rows, ai.heavy.jdbc.Options.max_rows, TableDescriptorUpdateParams.max_rows, heavydb.thrift.ttypes.TTableMeta.max_rows, heavydb.thrift.ttypes.TTableMeta.max_table_id, heavydb.thrift.ttypes.TTableMeta.num_cols, heavydb.thrift.ttypes.TTableMeta.shard_count, TableMetadata.table_id, foreign_storage::StorageDetails.table_id, Fragmenter_Namespace::InsertChunks.table_id, Catalog_Namespace::TableEpochInfo.table_id, heavydb.thrift.ttypes.TPixelTableRowResult.table_id, heavydb.thrift.ttypes.TTableMeta.table_id, heavydb.thrift.Heavy.set_table_epoch_args.table_id, heavydb.thrift.Heavy.get_table_epoch_args.table_id, heavydb.thrift.Heavy.get_table_epochs_args.table_id, heavydb.thrift.Heavy.check_table_consistency_args.table_id, heavydb.thrift.Heavy.checkpoint_args.table_id, TableMetadata.table_name, AlterTableAlterColumnCommandRecoveryMgr::RecoveryParamFilepathInfo.table_name, create_table.SyntheticTable.table_name, heavydb.thrift.ttypes.TTableMeta.table_name, heavydb.thrift.Heavy.get_table_details_args.table_name, heavydb.thrift.Heavy.get_table_details_for_database_args.table_name, heavydb.thrift.Heavy.get_internal_table_details_args.table_name, heavydb.thrift.Heavy.get_internal_table_details_for_database_args.table_name, heavydb.thrift.Heavy.set_table_epoch_by_name_args.table_name, heavydb.thrift.Heavy.get_table_epoch_by_name_args.table_name, heavydb.thrift.Heavy.load_table_binary_args.table_name, heavydb.thrift.Heavy.load_table_binary_columnar_args.table_name, heavydb.thrift.Heavy.load_table_binary_arrow_args.table_name, heavydb.thrift.Heavy.load_table_args.table_name, heavydb.thrift.Heavy.create_table_args.table_name, heavydb.thrift.Heavy.import_table_args.table_name, and heavydb.thrift.Heavy.import_geo_table_args.table_name.
def heavydb.thrift.ttypes.TTableMeta.validate | ( | self | ) |
def heavydb.thrift.ttypes.TTableMeta.write | ( | self, | |
oprot | |||
) |
Definition at line 3711 of file ttypes.py.
References heavydb.thrift.ttypes.TTableMeta.col_names, heavydb.thrift.ttypes.TTableMeta.col_types, heavydb.thrift.ttypes.TCreateParams.is_replicated, heavydb.thrift.ttypes.TTableMeta.is_replicated, heavydb.thrift.ttypes.TTableMeta.is_view, TableMetadata.max_rows, ai.heavy.jdbc.Options.max_rows, TableDescriptorUpdateParams.max_rows, heavydb.thrift.ttypes.TTableMeta.max_rows, heavydb.thrift.ttypes.TTableMeta.max_table_id, heavydb.thrift.ttypes.TTableMeta.num_cols, heavydb.thrift.ttypes.TTableMeta.shard_count, TableMetadata.table_id, foreign_storage::StorageDetails.table_id, Fragmenter_Namespace::InsertChunks.table_id, Catalog_Namespace::TableEpochInfo.table_id, heavydb.thrift.ttypes.TPixelTableRowResult.table_id, heavydb.thrift.ttypes.TTableMeta.table_id, heavydb.thrift.Heavy.set_table_epoch_args.table_id, heavydb.thrift.Heavy.get_table_epoch_args.table_id, heavydb.thrift.Heavy.get_table_epochs_args.table_id, heavydb.thrift.Heavy.check_table_consistency_args.table_id, heavydb.thrift.Heavy.checkpoint_args.table_id, TableMetadata.table_name, AlterTableAlterColumnCommandRecoveryMgr::RecoveryParamFilepathInfo.table_name, create_table.SyntheticTable.table_name, heavydb.thrift.ttypes.TTableMeta.table_name, heavydb.thrift.Heavy.get_table_details_args.table_name, heavydb.thrift.Heavy.get_table_details_for_database_args.table_name, heavydb.thrift.Heavy.get_internal_table_details_args.table_name, heavydb.thrift.Heavy.get_internal_table_details_for_database_args.table_name, heavydb.thrift.Heavy.set_table_epoch_by_name_args.table_name, heavydb.thrift.Heavy.get_table_epoch_by_name_args.table_name, heavydb.thrift.Heavy.load_table_binary_args.table_name, heavydb.thrift.Heavy.load_table_binary_columnar_args.table_name, heavydb.thrift.Heavy.load_table_binary_arrow_args.table_name, heavydb.thrift.Heavy.load_table_args.table_name, heavydb.thrift.Heavy.create_table_args.table_name, heavydb.thrift.Heavy.import_table_args.table_name, and heavydb.thrift.Heavy.import_geo_table_args.table_name.
|
private |
Definition at line 3774 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TTableMeta.col_names |
Definition at line 3634 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), and heavydb.thrift.ttypes.TTableMeta.write().
heavydb.thrift.ttypes.TTableMeta.col_types |
Definition at line 3633 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), and heavydb.thrift.ttypes.TTableMeta.write().
heavydb.thrift.ttypes.TTableMeta.is_replicated |
Definition at line 3628 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), and heavydb.thrift.ttypes.TTableMeta.write().
heavydb.thrift.ttypes.TTableMeta.is_view |
Definition at line 3627 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), and heavydb.thrift.ttypes.TTableMeta.write().
heavydb.thrift.ttypes.TTableMeta.max_rows |
Definition at line 3630 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), heavydb.thrift.ttypes.TTableDetails.read(), heavydb.thrift.ttypes.TTableMeta.write(), and heavydb.thrift.ttypes.TTableDetails.write().
heavydb.thrift.ttypes.TTableMeta.max_table_id |
Definition at line 3632 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), and heavydb.thrift.ttypes.TTableMeta.write().
heavydb.thrift.ttypes.TTableMeta.num_cols |
Definition at line 3626 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), and heavydb.thrift.ttypes.TTableMeta.write().
heavydb.thrift.ttypes.TTableMeta.shard_count |
Definition at line 3629 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), heavydb.thrift.ttypes.TTableDetails.read(), heavydb.thrift.ttypes.TTableMeta.write(), and heavydb.thrift.ttypes.TTableDetails.write().
heavydb.thrift.ttypes.TTableMeta.table_id |
Definition at line 3631 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), heavydb.thrift.ttypes.TColumnRange.read(), heavydb.thrift.ttypes.TTableGeneration.read(), heavydb.thrift.ttypes.TTableCacheStatus.read(), heavydb.thrift.ttypes.TInsertData.read(), heavydb.thrift.ttypes.TInsertChunks.read(), heavydb.thrift.ttypes.TTableEpochInfo.read(), heavydb.thrift.ttypes.TTableMeta.write(), heavydb.thrift.ttypes.TColumnRange.write(), heavydb.thrift.ttypes.TTableGeneration.write(), heavydb.thrift.ttypes.TTableCacheStatus.write(), heavydb.thrift.ttypes.TInsertData.write(), heavydb.thrift.ttypes.TInsertChunks.write(), and heavydb.thrift.ttypes.TTableEpochInfo.write().
heavydb.thrift.ttypes.TTableMeta.table_name |
Definition at line 3625 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableMeta.read(), and heavydb.thrift.ttypes.TTableMeta.write().