Package io.deephaven.engine.table.impl.updateby
package io.deephaven.engine.table.impl.updateby
-
ClassDescriptionThe core of the
TableOperations.updateBy(UpdateByControl, Collection, Collection)
operation.This helper class will process the update by clauses and organize the operators into windows that can be processed together.An operator that performs a specific computation forTableOperations.updateBy(io.deephaven.api.updateby.UpdateByOperation)
.A context item for use with updateBy operatorsA factory to visit all of theUpdateByOperation
s to produce a set ofUpdateByOperator
s thatUpdateBy
can use to produce a result.