Class KeyValuePartitionLayout<TLK extends TableLocationKey,TARGET_FILE_TYPE>

java.lang.Object
io.deephaven.engine.table.impl.locations.local.KeyValuePartitionLayout<TLK,TARGET_FILE_TYPE>
Type Parameters:
TLK - The type of TableLocationKey to be generated
TARGET_FILE_TYPE - The type of files used to generate location keys, like a URI or a Path
All Implemented Interfaces:
TableLocationKeyFinder<TLK>
Direct Known Subclasses:
FileKeyValuePartitionLayout, URIStreamKeyValuePartitionLayout

public abstract class KeyValuePartitionLayout<TLK extends TableLocationKey,TARGET_FILE_TYPE> extends Object implements TableLocationKeyFinder<TLK>
Base class for location finders that traverse file hierarchy to infer partitions.