Package io.deephaven.api.updateby
Class ColumnUpdateOperation
java.lang.Object
io.deephaven.api.updateby.ColumnUpdateOperation
- All Implemented Interfaces:
UpdateByOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.updateby.UpdateByOperation
UpdateByOperation.Visitor<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
columns()
Provide the list ofPair
s for the result columns.abstract UpdateBySpec
spec()
Provide the specification for an updateBy operation.final <T> T
walk
(UpdateByOperation.Visitor<T> visitor)
-
Constructor Details
-
ColumnUpdateOperation
public ColumnUpdateOperation()
-
-
Method Details
-
builder
-
spec
Provide the specification for an updateBy operation. -
columns
Provide the list ofPair
s for the result columns. If `columns()` is not provided, internally will create a new list mapping each source column 1:1 to output columns (where applicable) -
walk
- Specified by:
walk
in interfaceUpdateByOperation
-