Class SsmDistinctContext
java.lang.Object
io.deephaven.engine.table.impl.by.ssmcountdistinct.SsmDistinctContext
- All Implemented Interfaces:
IterativeChunkedAggregationOperator.SingletonContext,SafeCloseable,AutoCloseable
- Direct Known Subclasses:
BucketSsmDistinctContext
public class SsmDistinctContext
extends Object
implements IterativeChunkedAggregationOperator.SingletonContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal WritableIntChunk<ChunkLengths> static final intfinal WritableChunk<Values> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NODE_SIZE
public static final int NODE_SIZE -
removeContext
-
valueCopy
-
counts
-
-
Constructor Details
-
SsmDistinctContext
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable
-