Class PythonTableDataService.TableLocationKeyImpl

java.lang.Object
io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
io.deephaven.extensions.barrage.util.PythonTableDataService.TableLocationKeyImpl
All Implemented Interfaces:
LogOutputAppendable, ImmutableTableLocationKey, TableLocationKey, NamedImplementation, Comparable<TableLocationKey>
Enclosing class:
PythonTableDataService

public static class PythonTableDataService.TableLocationKeyImpl extends PartitionedTableLocationKey
TableLocationKey implementation for TableService.
  • Constructor Details

    • TableLocationKeyImpl

      @ScriptApi public TableLocationKeyImpl(@NotNull @NotNull org.jpy.PyObject locationKey)
      Construct a TableLocationKeyImpl. Used by the Python adapter.
      Parameters:
      locationKey - the location key
  • Method Details