Class SsmDistinctContext
java.lang.Object
com.illumon.iris.db.v2.by.ssmcountdistinct.SsmDistinctContext
- All Implemented Interfaces:
IterativeChunkedAggregationOperator.SingletonContext,SafeCloseable,AutoCloseable
- Direct Known Subclasses:
BucketSsmDistinctContext
public class SsmDistinctContext extends Object implements IterativeChunkedAggregationOperator.SingletonContext
-
Field Summary
Fields Modifier and Type Field Description WritableIntChunk<Attributes.ChunkLengths>countsSegmentedSortedMultiSet.RemoveContextremoveContextWritableIntChunk<Attributes.ChunkLengths>singletonCountWritableChunk<Attributes.Values>singletonValueWritableChunk<Attributes.Values>valueCopy -
Constructor Summary
Constructors Constructor Description SsmDistinctContext(ChunkType chunkType, int size) -
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
-