Class UpdateBy.UpdateByOperatorCollection
java.lang.Object
io.deephaven.engine.table.impl.updateby.UpdateBy.UpdateByOperatorCollection
- Enclosing class:
- UpdateBy
This helper class will process the update by clauses and organize the operators into windows that can be
processed together. The operators are not fully initialized; the input sources and output sources will not be
assigned or created until
UpdateByOperator.initializeSources(Table, RowRedirection)
is called.-
Method Summary
Modifier and TypeMethodDescriptioncopy()
from
(@NotNull TableDefinition tableDef, @NotNull UpdateByControl control, @NotNull Collection<? extends UpdateByOperation> clauses, @NotNull Collection<? extends ColumnName> byColumns)
-
Method Details
-
from
public static UpdateBy.UpdateByOperatorCollection from(@NotNull @NotNull TableDefinition tableDef, @NotNull @NotNull UpdateByControl control, @NotNull @NotNull Collection<? extends UpdateByOperation> clauses, @NotNull @NotNull Collection<? extends ColumnName> byColumns) -
copy
-