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>
counts
SegmentedSortedMultiSet.RemoveContext
removeContext
SizedChunk<Attributes.Values>
valueCopy
-
Constructor Summary
Constructors Constructor Description SsmDistinctRollupContext(ChunkType chunkType)
-
Method Summary
Modifier and Type Method Description void
close()
-
Field Details
-
Constructor Details
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-