Interface PartitioningRegionedSource

All Superinterfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, ColumnSource<String>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, ElementSource<String>, FillContextMaker, GetContextMaker, ImmutableColumnSource<String>, LongSizedDataStructure, RegionedColumnSource<String>, Releasable, SizedColumnSource<String>, TupleExporter<String>, TupleSource<String>
All Known Implementing Classes:
RegionedColumnSourcePartitioning

public interface PartitioningRegionedSource extends RegionedColumnSource<String>
An extension of RegionedColumnSource for sources that partition tables
  • Method Details

    • getPartitionValueFactory

      Function<ColumnLocation,String> getPartitionValueFactory()
      Get the factory for converting locations to partition values
      Returns:
      the factory