Class ColumnRegionByte.Null<ATTR extends Any>
java.lang.Object
io.deephaven.engine.table.impl.sources.regioned.GenericColumnRegionBase<ATTR>
io.deephaven.engine.table.impl.sources.regioned.ColumnRegion.Null<ATTR>
io.deephaven.engine.table.impl.sources.regioned.ColumnRegionByte.Null<ATTR>
- All Implemented Interfaces:
- Page<ATTR>,- Page.WithDefaultsForRepeatingValues<ATTR>,- PagingChunkSource<ATTR>,- ChunkSource<ATTR>,- FillContextMaker,- GetContextMaker,- DefaultChunkSource<ATTR>,- ColumnRegion<ATTR>,- ColumnRegionByte<ATTR>,- Releasable
- Enclosing interface:
- ColumnRegionByte<ATTR extends Any>
public static final class ColumnRegionByte.Null<ATTR extends Any>
extends ColumnRegion.Null<ATTR>
implements ColumnRegionByte<ATTR>
- 
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.ColumnRegionColumnRegion.Null<ATTR extends Any>Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.sources.regioned.ColumnRegionByteColumnRegionByte.Constant<ATTR extends Any>, ColumnRegionByte.Null<ATTR extends Any>, ColumnRegionByte.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 SummaryMethods inherited from class io.deephaven.engine.table.impl.sources.regioned.ColumnRegion.NullfillChunkAppendMethods inherited from class io.deephaven.engine.table.impl.sources.regioned.GenericColumnRegionBaseinvalidate, mask, throwIfInvalidatedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.impl.sources.regioned.ColumnRegionfirstRowOffset, invalidateMethods inherited from interface io.deephaven.engine.table.impl.sources.regioned.ColumnRegionBytegetByte, getChunkTypeMethods 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.Page.WithDefaultsForRepeatingValuesfillChunk, fillChunkAppendMethods inherited from interface io.deephaven.engine.page.PagingChunkSourcemakeFillContext, mask, maxRowMethods inherited from interface io.deephaven.engine.table.ReleasablereleaseCachedResources
- 
Method Details- 
getBytepublic byte getByte(long elementIndex) Description copied from interface:ColumnRegionByteGet a single byte from this region.- Specified by:
- getBytein interface- ColumnRegionByte<ATTR extends Any>
- Parameters:
- elementIndex- Element row key in the table's address space
- Returns:
- The byte value at the specified element row key
 
- 
getBytespublic byte[] getBytes(long firstElementIndex, @NotNull @org.jetbrains.annotations.NotNull byte[] destination, int destinationOffset, int length) Description copied from interface:ColumnRegionByteGet a range of bytes from this region. Implementations are not required to verify that the range specified is meaningful.- Specified by:
- getBytesin interface- ColumnRegionByte<ATTR extends Any>
- Parameters:
- firstElementIndex- First element row keyt in the table's address space
- destination- Array to store results
- destinationOffset- Offset into- destinationto begin storing at
- length- Number of bytes to get
- Returns:
- destination, to enable method chaining
 
 
-