Package io.deephaven.enterprise.locations.nestedpartitioned
package io.deephaven.enterprise.locations.nestedpartitioned
-
ClassesClassDescriptionA
TableLocationKeyFinder
that uses the EnterpriseTableLocationMetadataIndex
to find locations.ATableLocationKey
in Deephaven columnar format, located on a locally accessible filesystem.ATableLocationKeyFinder
for locating tables stored in Legacy Deephaven Enterprise structured database.ATableLocationKey
marking tables stored in a Deephaven Enterprise database in the Parquet format.ATableLocationFactory
for resolvingNestedPartitionedUnresolvedTableLocationKey
to either aOnDiskDeephavenTableLocation
orParquetTableLocation
based on the data on disk.AnEnterpriseTableLocationKey
is an extension ofFileTableLocationKey
that defers the creation of the actual location key until the data is needed by theNestedPartitionedTableLocationFactory
.