Class UpdateBy.UpdateByOperatorCollection

java.lang.Object
io.deephaven.engine.table.impl.updateby.UpdateBy.UpdateByOperatorCollection
Enclosing class:
UpdateBy

public static class UpdateBy.UpdateByOperatorCollection extends Object
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.