Interface RollupTable.NodeOperationsRecorder
- All Superinterfaces:
FormatOperationsRecorder<RollupTable.NodeOperationsRecorder>,SortOperationsRecorder<RollupTable.NodeOperationsRecorder>,UpdateViewOperationsRecorder<RollupTable.NodeOperationsRecorder>
- Enclosing interface:
- RollupTable
public static interface RollupTable.NodeOperationsRecorder
extends FormatOperationsRecorder<RollupTable.NodeOperationsRecorder>, SortOperationsRecorder<RollupTable.NodeOperationsRecorder>, UpdateViewOperationsRecorder<RollupTable.NodeOperationsRecorder>
Recorder for node-level operations to be applied when gathering snapshots.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Test if this NodeOperationsRecorder has recorded any operations.Methods inherited from interface io.deephaven.engine.table.hierarchical.FormatOperationsRecorder
formatColumns, formatColumnWhere, formatRowWhereMethods inherited from interface io.deephaven.engine.table.hierarchical.SortOperationsRecorder
sort, sort, sortDescendingMethods inherited from interface io.deephaven.engine.table.hierarchical.UpdateViewOperationsRecorder
updateView, updateView
-
Method Details
-
isEmpty
boolean isEmpty()Test if this NodeOperationsRecorder has recorded any operations.- Returns:
- Whether this NodeOperationsRecorder has recorded any operations
-