deephaven_enterprise.database#
- class Database(j_db)[source]#
Bases:
object
- catalog_table()[source]#
Return a table of the available tables.
The result table contains a column for Namespace, TableName, and NamespaceSet.
- Returns:
a table of table names
- historical_partitioned_table(namespace, table_name)[source]#
Retrieve the specified historical table as a partitioned table from the Database.
- historical_table(namespace, table_name)[source]#
Fetch a historical Table for the specified namespace and table name.
- live_partitioned_table(namespace, table_name)[source]#
Retrieve the specified historical table as a partitioned table from the Database.
- live_table(namespace, table_name, is_refreshing=True)[source]#
Fetch a live Table for the specified namespace and table name.