Interface ChunkSource.FillContext

All Superinterfaces:
AutoCloseable, Context, SafeCloseable
All Known Implementing Classes:
ArrowWrapperTools.FillContext, BaseAggregateSlicedColumnSource.AggregateSlicedFillContext, PagingContextHolder, RangeAggregateColumnSource.RangeAggregateFillContext, ViewColumnSource.VCSFillContext
Enclosing interface:
ChunkSource<ATTR extends Any>

public static interface ChunkSource.FillContext extends Context
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns true if this Context contains internal state that limits its capacity to the originally requested capacity.

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

    close
  • Method Details

    • supportsUnboundedFill

      default boolean supportsUnboundedFill()
      Returns true if this Context contains internal state that limits its capacity to the originally requested capacity. If false is returned, then fillChunk operations may be arbitrarily large.
      Returns:
      if this context has a limited capacity