Class BucketSsmDistinctContext
java.lang.Object
io.deephaven.engine.table.impl.by.ssmcountdistinct.SsmDistinctContext
io.deephaven.engine.table.impl.by.ssmcountdistinct.BucketSsmDistinctContext
- All Implemented Interfaces:
IterativeChunkedAggregationOperator.BucketedContext,IterativeChunkedAggregationOperator.SingletonContext,SafeCloseable,AutoCloseable
public class BucketSsmDistinctContext
extends SsmDistinctContext
implements IterativeChunkedAggregationOperator.BucketedContext
-
Field Summary
FieldsFields inherited from class io.deephaven.engine.table.impl.by.ssmcountdistinct.SsmDistinctContext
addedSize, counts, NODE_SIZE, postCounts, postValues, removeContext, removedSize, valueCopy -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lengthCopy
-
-
Constructor Details
-
BucketSsmDistinctContext
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable- Overrides:
closein classSsmDistinctContext
-