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