Package io.deephaven.engine.table
Interface PartitionedTableFactory.Creator
- All Known Implementing Classes:
PartitionedTableCreatorImpl
- Enclosing class:
- PartitionedTableFactory
public static interface PartitionedTableFactory.Creator
Creator interface for runtime-supplied implementation.
-
Method Summary
Modifier and TypeMethodDescriptionof
(@NotNull Table table, @NotNull Collection<String> keyColumnNames, boolean uniqueKeys, @NotNull String constituentColumnName, @NotNull TableDefinition constituentDefinition, boolean constituentChangesPermitted) ofTables
(@NotNull TableDefinition constituentDefinition, @NotNull Table... constituents)
-
Method Details
-
of
PartitionedTable of(@NotNull @NotNull Table table, @NotNull @NotNull Collection<String> keyColumnNames, boolean uniqueKeys, @NotNull @NotNull String constituentColumnName, @NotNull @NotNull TableDefinition constituentDefinition, boolean constituentChangesPermitted) -
of
-
ofTables
PartitionedTable ofTables(@NotNull @NotNull TableDefinition constituentDefinition, @NotNull @NotNull Table... constituents) -
ofTables
-