table
The table method retuns the "raw" partitioned table underlying the source PartitionedTable.
The raw table can be converted back into a partitioned table using PartitionedTableFactory.of(Table) or PartitionedTableFactory.of(Table, Collection, boolean, String, TableDefinition, boolean).
Syntax
Parameters
This function does not take any parameters.
Returns
The "raw" partitioned table underlying the source PartitionedTable.