Class ParquetColumnRegionShort<ATTR extends Any>

All Implemented Interfaces:
Page<ATTR>, PagingChunkSource<ATTR>, ChunkSource<ATTR>, FillContextMaker, GetContextMaker, DefaultChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionShort<ATTR>, Releasable

public final class ParquetColumnRegionShort<ATTR extends Any> extends ParquetColumnRegionBase<ATTR> implements ColumnRegionShort<ATTR>
ColumnRegionShort implementation for regions that support fetching primitive shorts from column chunk page stores.
  • Constructor Details

    • ParquetColumnRegionShort

      public ParquetColumnRegionShort(@NotNull @NotNull ColumnChunkPageStore<ATTR> columnChunkPageStore)
  • Method Details

    • getShort

      public short getShort(long rowKey)
      Description copied from interface: ColumnRegionShort
      Get a single short from this region.
      Specified by:
      getShort in interface ColumnRegionShort<ATTR extends Any>
      Parameters:
      rowKey - Element row key in the table's address space
      Returns:
      The short value at the specified element row key
    • getChunkPageContaining

      ChunkPage<ATTR> getChunkPageContaining(long elementIndex)