Package io.deephaven.api.updateby
Class ColumnUpdateOperation
java.lang.Object
io.deephaven.api.updateby.ColumnUpdateOperation
- All Implemented Interfaces:
UpdateByOperation
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.deephaven.api.updateby.UpdateByOperation
UpdateByOperation.Visitor<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()columns()Provide the list ofPairs for the result columns.abstract UpdateBySpecspec()Provide the specification for an updateBy operation.final <T> Twalk(UpdateByOperation.Visitor<T> visitor)
-
Constructor Details
-
ColumnUpdateOperation
public ColumnUpdateOperation()
-
-
Method Details
-
builder
-
spec
Provide the specification for an updateBy operation. -
columns
Provide the list ofPairs 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:
walkin interfaceUpdateByOperation
-