Interface ColumnRegionInt<ATTR extends Attributes.Values>
- All Superinterfaces:
- ChunkSource<ATTR>,- ColumnRegion<ATTR>,- FillContextMaker,- GetContextMaker,- Page<ATTR>,- PagingChunkSource<ATTR>,- Releasable
- All Known Implementing Classes:
- BufferedColumnRegionInt,- ColumnRegionInt.Null,- DeferredColumnRegionInt,- ParquetColumnRegionInt,- ParquetColumnRegionInt.StaticPageStore
Column region interface for regions that support fetching primitive ints.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classColumnRegionInt.Null<ATTR extends Attributes.Values>Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkSourceChunkSource.FillContext, ChunkSource.GetContext, ChunkSource.WithPrev<ATTR extends Attributes.Any>Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.sources.chunk.page.PagePage.WithDefaults<ATTR extends Attributes.Any>, Page.WithDefaultsForRepeatingValues<ATTR extends Attributes.Any>
- 
Field SummaryFields inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkSourceDEFAULT_FILL_INSTANCE, ZERO_LENGTH_CHUNK_SOURCE_ARRAYFields inherited from interface com.illumon.iris.db.v2.sources.regioned.ColumnRegionREGION_MASK
- 
Method SummaryModifier and TypeMethodDescriptionstatic <ATTR extends Attributes.Values>
 ColumnRegionInt.Null<ATTR>intgetInt(long elementIndex) Get a single int from this region.default intgetInt(ChunkSource.FillContext context, long elementIndex) Get a single int from this region.default Class<?>Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkSourcefillChunk, getChunk, getChunk, getChunkTypeMethods inherited from interface com.illumon.iris.db.v2.sources.regioned.ColumnRegionbinSearchMatch, chunkMatch, couldInclude, firstRowOffset, getLocation, mask, specialMatch, supportsSpecialMatchingMethods inherited from interface com.illumon.iris.db.v2.sources.chunk.FillContextMakermakeFillContext, makeFillContextMethods inherited from interface com.illumon.iris.db.v2.sources.chunk.GetContextMakermakeGetContext, makeGetContextMethods inherited from interface com.illumon.iris.db.v2.sources.chunk.page.PageadvanceToNextPage, advanceToNextPage, advanceToNextPageAndGetPositionDistance, firstRow, getRowOffset, lastRow, lengthMethods inherited from interface com.illumon.iris.db.v2.sources.chunk.page.PagingChunkSourcefillChunkAppend, maxRowMethods inherited from interface com.illumon.iris.db.v2.sources.ReleasablereleaseCachedResources
- 
Method Details- 
getIntint getInt(long elementIndex) Get a single int from this region.- Parameters:
- elementIndex- Element (int) index in the table's address space
- Returns:
- The int value at the specified element (int) index
 
- 
getIntGet a single int from this region.- Parameters:
- context- A- ColumnRegionFillContextto enable resource caching where suitable, with current region index pointing to this region
- elementIndex- Element (int) index in the table's address space
- Returns:
- The int value at the specified element (int) index
 
- 
getNativeType- Specified by:
- getNativeTypein interface- ChunkSource<ATTR extends Attributes.Values>
 
- 
createNull
 
-