Interface ChunkSource.FillContext
- All Superinterfaces:
AutoCloseable
,Context
,SafeCloseable
- All Known Implementing Classes:
ColumnRegionFillContext
,RegionedColumnSourceObject.FillContext
,ViewColumnSource.VCSFillContext
- Enclosing interface:
- ChunkSource<ATTR extends Attributes.Any>
public static interface ChunkSource.FillContext extends Context
Marker interface for
Context
s that are used in
ChunkSource.fillChunk(FillContext, WritableChunk, OrderedKeys)
.