Class InstantFloatInstantColumnTupleSource

java.lang.Object
io.deephaven.engine.table.impl.tuplesource.AbstractTupleSource<io.deephaven.tuple.generated.LongFloatLongTuple>
io.deephaven.engine.table.impl.tuplesource.generated.InstantFloatInstantColumnTupleSource
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.LongFloatLongTuple>, io.deephaven.engine.table.TupleSource<io.deephaven.tuple.generated.LongFloatLongTuple>

public class InstantFloatInstantColumnTupleSource extends AbstractTupleSource<io.deephaven.tuple.generated.LongFloatLongTuple>

TupleSource that produces key column values from ColumnSource types Instant, Float, and Instant.

  • 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

    Fields
    Modifier and Type
    Field
    Description
    static final ThreeColumnTupleSourceFactory<io.deephaven.tuple.generated.LongFloatLongTuple,Instant,Float,Instant>

    Fields inherited from interface io.deephaven.engine.table.ChunkSource

    DEFAULT_FILL_INSTANCE, ZERO_LENGTH_CHUNK_SOURCE_ARRAY

    Fields inherited from interface io.deephaven.engine.table.ChunkSource.WithPrev

    ZERO_LENGTH_CHUNK_SOURCE_WITH_PREV_ARRAY
  • Constructor Summary

    Constructors
    Constructor
    Description
    InstantFloatInstantColumnTupleSource(@NotNull io.deephaven.engine.table.ColumnSource<Instant> columnSource1, @NotNull io.deephaven.engine.table.ColumnSource<Float> columnSource2, @NotNull io.deephaven.engine.table.ColumnSource<Instant> columnSource3)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    convertChunks(@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.LongFloatLongTuple
    createPreviousTuple(long rowKey)
     
    final io.deephaven.tuple.generated.LongFloatLongTuple
    createTuple(long rowKey)
     
    final io.deephaven.tuple.generated.LongFloatLongTuple
     
    final io.deephaven.tuple.generated.LongFloatLongTuple
    createTupleFromValues(@NotNull Object... values)
     
    final void
    exportAllReinterpretedTo(Object @NotNull [] dest, @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple)
     
    final void
    exportAllReinterpretedTo(Object @NotNull [] dest, @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple, int @NotNull [] map)
     
    final void
    exportAllTo(Object @NotNull [] dest, @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple)
     
    final void
    exportAllTo(Object @NotNull [] dest, @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple, int @NotNull [] map)
     
    final Object
    exportElement(@NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple, int elementIndex)
     
    final <ELEMENT_TYPE>
    void
    exportElement(@NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple, int elementIndex, @NotNull io.deephaven.engine.table.WritableColumnSource<ELEMENT_TYPE> writableSource, long destinationRowKey)
     
    final Object
    exportElementReinterpreted(@NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple, int elementIndex)
     
    final int
     

    Methods inherited from class io.deephaven.engine.table.impl.tuplesource.AbstractTupleSource

    fillChunk, fillPrevChunk, getChunkType, makeFillContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.deephaven.engine.table.impl.DefaultChunkSource

    getChunk, getChunk, getChunkByFilling, makeGetContext

    Methods inherited from interface io.deephaven.engine.table.impl.DefaultChunkSource.WithPrev

    getPrevChunk, getPrevChunk, getPrevChunkByFilling, getPrevSource

    Methods inherited from interface io.deephaven.engine.table.FillContextMaker

    makeFillContext

    Methods inherited from interface io.deephaven.engine.table.GetContextMaker

    makeGetContext
  • Field Details

  • Constructor Details

    • InstantFloatInstantColumnTupleSource

      public InstantFloatInstantColumnTupleSource(@NotNull @NotNull io.deephaven.engine.table.ColumnSource<Instant> columnSource1, @NotNull @NotNull io.deephaven.engine.table.ColumnSource<Float> columnSource2, @NotNull @NotNull io.deephaven.engine.table.ColumnSource<Instant> columnSource3)
  • Method Details

    • createTuple

      public final io.deephaven.tuple.generated.LongFloatLongTuple createTuple(long rowKey)
    • createPreviousTuple

      public final io.deephaven.tuple.generated.LongFloatLongTuple createPreviousTuple(long rowKey)
    • createTupleFromValues

      public final io.deephaven.tuple.generated.LongFloatLongTuple createTupleFromValues(@NotNull @NotNull Object... values)
    • createTupleFromReinterpretedValues

      public final io.deephaven.tuple.generated.LongFloatLongTuple createTupleFromReinterpretedValues(@NotNull @NotNull Object... values)
    • tupleLength

      public final int tupleLength()
    • exportElement

      public final <ELEMENT_TYPE> void exportElement(@NotNull @NotNull io.deephaven.tuple.generated.LongFloatLongTuple 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.LongFloatLongTuple tuple, int elementIndex)
    • exportAllTo

      public final void exportAllTo(Object @NotNull [] dest, @NotNull @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple)
    • exportAllTo

      public final void exportAllTo(Object @NotNull [] dest, @NotNull @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple, int @NotNull [] map)
    • exportElementReinterpreted

      public final Object exportElementReinterpreted(@NotNull @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple, int elementIndex)
    • exportAllReinterpretedTo

      public final void exportAllReinterpretedTo(Object @NotNull [] dest, @NotNull @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple)
    • exportAllReinterpretedTo

      public final void exportAllReinterpretedTo(Object @NotNull [] dest, @NotNull @NotNull io.deephaven.tuple.generated.LongFloatLongTuple tuple, int @NotNull [] map)
    • 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:
      convertChunks in class AbstractTupleSource<io.deephaven.tuple.generated.LongFloatLongTuple>