Class Immutable2DInstantArraySource
java.lang.Object
io.deephaven.engine.table.impl.AbstractColumnSource<TIME_TYPE>
io.deephaven.engine.table.impl.sources.immutable.Immutable2DNanosBasedTimeArraySource<Instant>
io.deephaven.engine.table.impl.sources.immutable.Immutable2DInstantArraySource
- All Implemented Interfaces:
ChunkSink<Values>,ChunkSource<Values>,ChunkSource.WithPrev<Values>,ColumnSource<Instant>,ElementSource<Instant>,FillContextMaker,GetContextMaker,ColumnSourceGetDefaults.ForLongAsInstant,ColumnSourceGetDefaults.LongBacked<Instant>,DefaultChunkSource<Values>,DefaultChunkSource.WithPrev<Values>,ImmutableColumnSource<Instant>,ImmutableColumnSourceGetDefaults.ForLongAsInstant,PushdownFilterMatcher,ConvertibleTimeSource,FillUnordered<Values>,InMemoryColumnSource,Releasable,TupleExporter<Instant>,TupleSource<Instant>,WritableColumnSource<Instant>,WritableSourceWithPrepareForParallelPopulation
public class Immutable2DInstantArraySource
extends Immutable2DNanosBasedTimeArraySource<Instant>
implements ImmutableColumnSourceGetDefaults.ForLongAsInstant
Immutable2DArraySource for
Instants. Allows reinterpretation as long.-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.engine.table.impl.AbstractColumnSource
AbstractColumnSource.DefaultedImmutable<DATA_TYPE>, AbstractColumnSource.DefaultedMutable<DATA_TYPE>Nested classes/interfaces inherited from interface io.deephaven.engine.table.ChunkSink
ChunkSink.FillFromContextNested classes/interfaces inherited from interface io.deephaven.engine.table.ChunkSource
ChunkSource.FillContext, ChunkSource.GetContext, ChunkSource.WithPrev<ATTR extends Any>Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.sources.ConvertibleTimeSource
ConvertibleTimeSource.ZonedNested classes/interfaces inherited from interface io.deephaven.engine.table.impl.DefaultChunkSource
DefaultChunkSource.SupportsContiguousGet<ATTR extends Any>, DefaultChunkSource.WithPrev<ATTR extends Any>Nested classes/interfaces inherited from interface io.deephaven.engine.table.TupleExporter
TupleExporter.ExportElementFunction<TUPLE_TYPE>Nested classes/interfaces inherited from interface io.deephaven.engine.table.WritableColumnSource
WritableColumnSource.ByteFiller, WritableColumnSource.CharFiller, WritableColumnSource.DoubleFiller, WritableColumnSource.FloatFiller, WritableColumnSource.IntFiller, WritableColumnSource.LongFiller, WritableColumnSource.ObjectFiller, WritableColumnSource.ShortFiller, WritableColumnSource.SinkFiller -
Field Summary
Fields inherited from class io.deephaven.engine.table.impl.sources.immutable.Immutable2DNanosBasedTimeArraySource
nanoSourceFields inherited from class io.deephaven.engine.table.impl.AbstractColumnSource
componentType, type, updateGraph, USE_RANGES_AVERAGE_RUN_LENGTHFields inherited from interface io.deephaven.engine.table.ChunkSink
DEFAULT_FILL_FROM_INSTANCEFields 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_ARRAYFields inherited from interface io.deephaven.engine.table.ColumnSource
ZERO_LENGTH_COLUMN_SOURCE_ARRAYFields inherited from interface io.deephaven.engine.table.impl.sources.InMemoryColumnSource
TWO_DIMENSIONAL_COLUMN_SOURCE_THRESHOLD -
Constructor Summary
ConstructorsConstructorDescriptionImmutable2DInstantArraySource(@NotNull Immutable2DLongArraySource nanoSource) -
Method Summary
Methods inherited from class io.deephaven.engine.table.impl.sources.immutable.Immutable2DNanosBasedTimeArraySource
allowsReinterpret, doReinterpret, ensureCapacity, fillChunk, fillChunkUnordered, fillFromChunk, fillFromChunkUnordered, fillPrevChunk, fillPrevChunkUnordered, get, getLong, getPrev, getPrevChunk, getPrevChunk, makeFillContext, makeFillFromContext, prepareForParallelPopulation, providesFillUnordered, set, setNull, supportsTimeConversion, toEpochNano, toLocalDate, toLocalTime, toZonedDateTimeMethods inherited from class io.deephaven.engine.table.impl.AbstractColumnSource
defaultFillChunk, defaultFillPrevChunk, estimatePushdownFilterCost, getComponentType, getPrevSource, getType, makePushdownFilterContext, match, pushdownFilter, pushdownManager, reinterpretMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.ChunkSource
fillChunkMethods inherited from interface io.deephaven.engine.table.ChunkSource.WithPrev
fillPrevChunkMethods inherited from interface io.deephaven.engine.table.ColumnSource
allowsReinterpret, cast, cast, cast, cast, createPreviousTuple, createTuple, createTupleFromValues, exportAllTo, exportElement, exportElement, getChunkType, getComponentType, getPrevSource, getType, isStateless, match, reinterpret, releaseCachedResources, startTrackingPrevValues, tupleLengthMethods inherited from interface io.deephaven.engine.table.impl.ColumnSourceGetDefaults.ForLongAsInstant
getMethods inherited from interface io.deephaven.engine.table.impl.ColumnSourceGetDefaults.LongBacked
getBoolean, getByte, getChar, getDouble, getFloat, getInt, getShortMethods inherited from interface io.deephaven.engine.table.impl.DefaultChunkSource
getChunk, getChunk, getChunkByFilling, makeGetContextMethods inherited from interface io.deephaven.engine.table.impl.DefaultChunkSource.WithPrev
getPrevChunkByFillingMethods inherited from interface io.deephaven.engine.table.ElementSource
getLongMethods inherited from interface io.deephaven.engine.table.FillContextMaker
makeFillContextMethods inherited from interface io.deephaven.engine.table.GetContextMaker
makeGetContextMethods inherited from interface io.deephaven.engine.table.impl.ImmutableColumnSource
getPrev, getPrevBoolean, getPrevByte, getPrevChar, getPrevDouble, getPrevFloat, getPrevInt, getPrevLong, getPrevShort, isImmutableMethods inherited from interface io.deephaven.engine.table.impl.sources.InMemoryColumnSource
isInMemoryMethods inherited from interface io.deephaven.engine.table.TupleExporter
exportAllReinterpretedTo, exportAllReinterpretedTo, exportAllTo, exportElementReinterpretedMethods inherited from interface io.deephaven.engine.table.TupleSource
createTupleFromReinterpretedValuesMethods inherited from interface io.deephaven.engine.table.WritableColumnSource
ensureCapacity, set, set, set, set, set, set, set, setNull
-
Constructor Details
-
Immutable2DInstantArraySource
public Immutable2DInstantArraySource() -
Immutable2DInstantArraySource
-
-
Method Details
-
makeValue
- Specified by:
makeValuein classImmutable2DNanosBasedTimeArraySource<Instant>
-
toNanos
- Specified by:
toNanosin classImmutable2DNanosBasedTimeArraySource<Instant>
-
toInstant
Description copied from interface:ConvertibleTimeSourceConvert this source to anInstantsource.- Specified by:
toInstantin interfaceConvertibleTimeSource- Overrides:
toInstantin classImmutable2DNanosBasedTimeArraySource<Instant>- Returns:
- a view of this source asan
Instant
-