traveler.core.stored.ReferencedTable#

class traveler.core.stored.ReferencedTable(table)[source]#

Bases: WorkingTable, Generic

All the details about a StoredTable, without the store attached.

Initialize the ReferencedTable from a stored table.

Parameters:

table (StoredTable)

Methods#

with_index_array(index_array)

Set the index array for a copy of this ReferencedTable.

with_store(store)

Return a new instance of the StoredTable with the given store.

without_store()

Prepare this stored table for use with JAX tools.