Class ParquetColumnRegionFloat.StaticPageStore<ATTR extends Attributes.Values>

java.lang.Object
com.illumon.iris.db.v2.sources.regioned.RegionedPageStore.Static<ATTR,ATTR,ColumnRegionFloat<ATTR>>
com.illumon.iris.db.v2.sources.regioned.ParquetColumnRegionFloat.StaticPageStore<ATTR>
All Implemented Interfaces:
LongSizedDataStructure, ChunkSource<ATTR>, DefaultChunkSource<ATTR>, DefaultChunkSource.SupportsContiguousGet<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, PageStore<ATTR,ATTR,ColumnRegionFloat<ATTR>>, PagingChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionFloat<ATTR>, RegionedPageStore<ATTR,ATTR,ColumnRegionFloat<ATTR>>, Releasable
Enclosing class:
ParquetColumnRegionFloat<ATTR extends Attributes.Values>

public static final class ParquetColumnRegionFloat.StaticPageStore<ATTR extends Attributes.Values> extends RegionedPageStore.Static<ATTR,ATTR,ColumnRegionFloat<ATTR>> implements ColumnRegionFloat<ATTR>
  • Constructor Details

  • Method Details

    • getFloat

      public float getFloat(long elementIndex)
      Description copied from interface: ColumnRegionFloat
      Get a single float from this region.
      Specified by:
      getFloat in interface ColumnRegionFloat<ATTR extends Attributes.Values>
      Parameters:
      elementIndex - Element (float) index in the table's address space
      Returns:
      The float value at the specified element (float) index
    • getFloat

      public float getFloat(@NotNull @NotNull ChunkSource.FillContext context, long elementIndex)
      Description copied from interface: ColumnRegionFloat
      Get a single float from this region.
      Specified by:
      getFloat in interface ColumnRegionFloat<ATTR extends Attributes.Values>
      Parameters:
      context - A ColumnRegionFillContext to enable resource caching where suitable, with current region index pointing to this region
      elementIndex - Element (float) index in the table's address space
      Returns:
      The float value at the specified element (float) index