Package io.deephaven.engine.table.impl.locations.local
package io.deephaven.engine.table.impl.locations.local
-
ClassDescriptionFileKeyValuePartitionLayout<TLK extends TableLocationKey>
Location finder
that will take a directory file, traverse the directory hierarchy and infer partitions from key-value pairs in the directory names, for example:BaseImmutableTableLocationKey
implementation for table locations that may be enclosed by partitions and described by aFile
.Base class forlocation finders
that traverse file hierarchy to infer partitions.Interface for implementations to perform type coercion and specify a table of partition values for observed table locations.LocationTableBuilder
implementation that uses the aTableDefinition
andPartitionParsers
to assemble location tables.URIStreamKeyValuePartitionLayout<TLK extends TableLocationKey>Extracts a key-value partitioned table layout from a stream of URIs.BaseImmutableTableLocationKey
implementation for table locations that may be enclosed by partitions and described by aURI
.