Interface ColumnRegionLongWithLength<ATTR extends Any>
- Type Parameters:
- ATTR-
- All Superinterfaces:
- ChunkSource<ATTR>,- ColumnRegion<ATTR>,- ColumnRegionLong<ATTR>,- DefaultChunkSource<ATTR>,- FillContextMaker,- GetContextMaker,- Page<ATTR>,- PagingChunkSource<ATTR>,- Releasable
- All Known Implementing Classes:
- BufferedColumnRegionLong
A 
ColumnRegionLong that supports querying its length.- 
Nested Class SummaryNested classes/interfaces inherited from interface io.deephaven.engine.table.ChunkSourceChunkSource.FillContext, ChunkSource.GetContextNested classes/interfaces inherited from interface io.deephaven.engine.table.impl.sources.regioned.ColumnRegionLongColumnRegionLong.Constant<ATTR extends Any>, ColumnRegionLong.Null<ATTR extends Any>, ColumnRegionLong.StaticPageStore<ATTR extends Any>Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.DefaultChunkSourceDefaultChunkSource.SupportsContiguousGet<ATTR extends Any>, DefaultChunkSource.WithPrev<ATTR extends Any>Nested classes/interfaces inherited from interface io.deephaven.engine.page.PagePage.WithDefaults<ATTR extends Any>, Page.WithDefaultsForRepeatingValues<ATTR extends Any>
- 
Field SummaryFields inherited from interface io.deephaven.engine.table.ChunkSourceDEFAULT_FILL_INSTANCE, ZERO_LENGTH_CHUNK_SOURCE_ARRAY
- 
Method SummaryModifier and TypeMethodDescriptionlongGet the total number of longs within the region.Methods inherited from interface io.deephaven.engine.table.ChunkSourcefillChunkMethods inherited from interface io.deephaven.engine.table.impl.sources.regioned.ColumnRegionfirstRowOffset, invalidateMethods inherited from interface io.deephaven.engine.table.impl.sources.regioned.ColumnRegionLonggetChunkType, getLong, getLongMethods inherited from interface io.deephaven.engine.table.impl.DefaultChunkSourcegetChunk, getChunk, getChunkByFilling, makeGetContextMethods inherited from interface io.deephaven.engine.table.FillContextMakermakeFillContextMethods inherited from interface io.deephaven.engine.table.GetContextMakermakeGetContextMethods inherited from interface io.deephaven.engine.page.PageadvanceToNextPage, advanceToNextPage, advanceToNextPageAndGetPositionDistance, firstRow, getRowOffsetMethods inherited from interface io.deephaven.engine.page.PagingChunkSourcefillChunkAppend, makeFillContext, mask, maxRowMethods inherited from interface io.deephaven.engine.table.ReleasablereleaseCachedResources
- 
Method Details- 
lengthItemslong lengthItems()Get the total number of longs within the region.- Returns:
- the number of longs in the region
 
 
-