Class SsmDistinctRollupContext
java.lang.Object
com.illumon.iris.db.v2.by.ssmcountdistinct.SsmDistinctRollupContext
- All Implemented Interfaces:
IterativeChunkedAggregationOperator.SingletonContext,SafeCloseable,AutoCloseable
- Direct Known Subclasses:
BucketSsmDistinctRollupContext
public class SsmDistinctRollupContext extends Object implements IterativeChunkedAggregationOperator.SingletonContext
-
Field Summary
Fields Modifier and Type Field Description SizedIntChunk<Attributes.ChunkLengths>countsSegmentedSortedMultiSet.RemoveContextremoveContextSizedChunk<Attributes.Values>valueCopy -
Constructor Summary
Constructors Constructor Description SsmDistinctRollupContext(ChunkType chunkType) -
Method Summary
Modifier and Type Method Description voidclose()
-
Field Details
-
Constructor Details
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable
-