Interface ColumnRegionShort<ATTR extends Attributes.Values>

All Superinterfaces:
ChunkSource<ATTR>, ColumnRegion<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, PagingChunkSource<ATTR>, Releasable
All Known Implementing Classes:
BufferedColumnRegionShort, ColumnRegionShort.Null, DeferredColumnRegionShort, ParquetColumnRegionShort, ParquetColumnRegionShort.StaticPageStore

public interface ColumnRegionShort<ATTR extends Attributes.Values>
extends ColumnRegion<ATTR>
Column region interface for regions that support fetching primitive shorts.
  • Method Details