Class ColumnRegion.Null<ATTR extends Attributes.Any>

java.lang.Object
com.illumon.iris.db.v2.sources.regioned.ColumnRegion.Null<ATTR>
Type Parameters:
ATTR -
All Implemented Interfaces:
ChunkSource<ATTR>, DefaultChunkSource<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, Page.WithDefaultsForRepeatingValues<ATTR>, PagingChunkSource<ATTR>, ColumnRegion<ATTR>, Releasable
Direct Known Subclasses:
ColumnRegionByte.Null, ColumnRegionChar.Null, ColumnRegionDouble.Null, ColumnRegionFloat.Null, ColumnRegionInt.Null, ColumnRegionLong.Null, ColumnRegionObject.Null, ColumnRegionReferencing.Null, ColumnRegionShort.Null
Enclosing interface:
ColumnRegion<ATTR extends Attributes.Any>

public abstract static class ColumnRegion.Null<ATTR extends Attributes.Any>
extends Object
implements ColumnRegion<ATTR>, Page.WithDefaultsForRepeatingValues<ATTR>
The null region. Extensions of this class should return or fill chunks with the type appropriate null value.