Class BucketSsmDistinctRollupContext
java.lang.Object
io.deephaven.engine.table.impl.by.ssmcountdistinct.SsmDistinctRollupContext
io.deephaven.engine.table.impl.by.ssmcountdistinct.BucketSsmDistinctRollupContext
- All Implemented Interfaces:
IterativeChunkedAggregationOperator.BucketedContext
,IterativeChunkedAggregationOperator.SingletonContext
,SafeCloseable
,AutoCloseable
public class BucketSsmDistinctRollupContext
extends SsmDistinctRollupContext
implements IterativeChunkedAggregationOperator.BucketedContext
-
Field Summary
Modifier and TypeFieldDescriptionfinal WritableIntChunk<ChunkLengths>
final WritableBooleanChunk<?>
final WritableIntChunk<ChunkPositions>
final ResettableWritableChunk<Values>
Fields inherited from class io.deephaven.engine.table.impl.by.ssmcountdistinct.SsmDistinctRollupContext
counts, removeContext, valueCopy
-
Constructor Summary
-
Method Summary
-
Field Details
-
lengthCopy
-
starts
-
valueResettable
-
countResettable
-
ssmsToMaybeClear
-
-
Constructor Details
-
BucketSsmDistinctRollupContext
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
- Overrides:
close
in classSsmDistinctRollupContext
-