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 TypeMethodDescriptionbooleanisEmpty()Test if this NodeOperationsRecorder has recorded any operations.Methods inherited from interface io.deephaven.engine.table.hierarchical.FilterOperationsRecorder
where, whereMethods inherited from interface io.deephaven.engine.table.hierarchical.FormatOperationsRecorder
formatColumns, formatColumnWhere, formatRowWhereMethods 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
-