Class ShortReinterpretedInstantColumnTupleSource
java.lang.Object
io.deephaven.engine.table.impl.tuplesource.AbstractTupleSource<io.deephaven.tuple.generated.ShortLongTuple>
io.deephaven.engine.table.impl.tuplesource.generated.ShortReinterpretedInstantColumnTupleSource
- All Implemented Interfaces:
io.deephaven.engine.table.ChunkSource<io.deephaven.chunk.attributes.Values>,io.deephaven.engine.table.ChunkSource.WithPrev<io.deephaven.chunk.attributes.Values>,io.deephaven.engine.table.FillContextMaker,io.deephaven.engine.table.GetContextMaker,io.deephaven.engine.table.impl.DefaultChunkSource<io.deephaven.chunk.attributes.Values>,io.deephaven.engine.table.impl.DefaultChunkSource.WithPrev<io.deephaven.chunk.attributes.Values>,io.deephaven.engine.table.TupleExporter<io.deephaven.tuple.generated.ShortLongTuple>,io.deephaven.engine.table.TupleSource<io.deephaven.tuple.generated.ShortLongTuple>
public class ShortReinterpretedInstantColumnTupleSource
extends AbstractTupleSource<io.deephaven.tuple.generated.ShortLongTuple>
TupleSource that produces key column values from ColumnSource types Short and Long.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.engine.table.ChunkSource
io.deephaven.engine.table.ChunkSource.FillContext, io.deephaven.engine.table.ChunkSource.GetContext, io.deephaven.engine.table.ChunkSource.WithPrev<ATTR extends io.deephaven.chunk.attributes.Any>Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.DefaultChunkSource
io.deephaven.engine.table.impl.DefaultChunkSource.SupportsContiguousGet<ATTR extends io.deephaven.chunk.attributes.Any>, io.deephaven.engine.table.impl.DefaultChunkSource.WithPrev<ATTR extends io.deephaven.chunk.attributes.Any>Nested classes/interfaces inherited from interface io.deephaven.engine.table.TupleExporter
io.deephaven.engine.table.TupleExporter.ExportElementFunction<TUPLE_TYPE extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TwoColumnTupleSourceFactory<io.deephaven.tuple.generated.ShortLongTuple,Short, Long> TwoColumnTupleSourceFactoryinstance to create instances ofShortReinterpretedInstantColumnTupleSource.Fields inherited from interface io.deephaven.engine.table.ChunkSource
DEFAULT_FILL_INSTANCE, ZERO_LENGTH_CHUNK_SOURCE_ARRAYFields inherited from interface io.deephaven.engine.table.ChunkSource.WithPrev
ZERO_LENGTH_CHUNK_SOURCE_WITH_PREV_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionShortReinterpretedInstantColumnTupleSource(@NotNull io.deephaven.engine.table.ColumnSource<Short> columnSource1, @NotNull io.deephaven.engine.table.ColumnSource<Long> columnSource2) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconvertChunks(@NotNull io.deephaven.chunk.WritableChunk<? super io.deephaven.chunk.attributes.Values> destination, int chunkSize, io.deephaven.chunk.Chunk<? extends io.deephaven.chunk.attributes.Values>[] chunks) final io.deephaven.tuple.generated.ShortLongTuplecreatePreviousTuple(long rowKey) final io.deephaven.tuple.generated.ShortLongTuplecreateTuple(long rowKey) final io.deephaven.tuple.generated.ShortLongTuplecreateTupleFromReinterpretedValues(@NotNull Object... values) final io.deephaven.tuple.generated.ShortLongTuplecreateTupleFromValues(@NotNull Object... values) final voidexportAllReinterpretedTo(Object @NotNull [] dest, @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple) final voidexportAllReinterpretedTo(Object @NotNull [] dest, @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int @NotNull [] map) final voidexportAllTo(Object @NotNull [] dest, @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple) final voidexportAllTo(Object @NotNull [] dest, @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int @NotNull [] map) final ObjectexportElement(@NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int elementIndex) final <ELEMENT_TYPE>
voidexportElement(@NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int elementIndex, @NotNull io.deephaven.engine.table.WritableColumnSource<ELEMENT_TYPE> writableSource, long destinationRowKey) final ObjectexportElementReinterpreted(@NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int elementIndex) final intMethods inherited from class io.deephaven.engine.table.impl.tuplesource.AbstractTupleSource
fillChunk, fillPrevChunk, getChunkType, makeFillContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.impl.DefaultChunkSource
getChunk, getChunk, getChunkByFilling, makeGetContextMethods inherited from interface io.deephaven.engine.table.impl.DefaultChunkSource.WithPrev
getPrevChunk, getPrevChunk, getPrevChunkByFilling, getPrevSourceMethods inherited from interface io.deephaven.engine.table.FillContextMaker
makeFillContextMethods inherited from interface io.deephaven.engine.table.GetContextMaker
makeGetContext
-
Field Details
-
FACTORY
public static final TwoColumnTupleSourceFactory<io.deephaven.tuple.generated.ShortLongTuple,Short, FACTORYLong> TwoColumnTupleSourceFactoryinstance to create instances ofShortReinterpretedInstantColumnTupleSource.
-
-
Constructor Details
-
ShortReinterpretedInstantColumnTupleSource
-
-
Method Details
-
createTuple
public final io.deephaven.tuple.generated.ShortLongTuple createTuple(long rowKey) -
createPreviousTuple
public final io.deephaven.tuple.generated.ShortLongTuple createPreviousTuple(long rowKey) -
createTupleFromValues
public final io.deephaven.tuple.generated.ShortLongTuple createTupleFromValues(@NotNull @NotNull Object... values) -
createTupleFromReinterpretedValues
public final io.deephaven.tuple.generated.ShortLongTuple createTupleFromReinterpretedValues(@NotNull @NotNull Object... values) -
tupleLength
public final int tupleLength() -
exportElement
public final <ELEMENT_TYPE> void exportElement(@NotNull @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int elementIndex, @NotNull @NotNull io.deephaven.engine.table.WritableColumnSource<ELEMENT_TYPE> writableSource, long destinationRowKey) -
exportElement
public final Object exportElement(@NotNull @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int elementIndex) -
exportAllTo
public final void exportAllTo(Object @NotNull [] dest, @NotNull @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple) -
exportAllTo
public final void exportAllTo(Object @NotNull [] dest, @NotNull @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int @NotNull [] map) -
exportElementReinterpreted
public final Object exportElementReinterpreted(@NotNull @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int elementIndex) -
convertChunks
protected void convertChunks(@NotNull @NotNull io.deephaven.chunk.WritableChunk<? super io.deephaven.chunk.attributes.Values> destination, int chunkSize, io.deephaven.chunk.Chunk<? extends io.deephaven.chunk.attributes.Values>[] chunks) - Specified by:
convertChunksin classAbstractTupleSource<io.deephaven.tuple.generated.ShortLongTuple>
-
exportAllReinterpretedTo
public final void exportAllReinterpretedTo(Object @NotNull [] dest, @NotNull @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple) -
exportAllReinterpretedTo
public final void exportAllReinterpretedTo(Object @NotNull [] dest, @NotNull @NotNull io.deephaven.tuple.generated.ShortLongTuple tuple, int @NotNull [] map)
-