Package io.deephaven.engine.table.impl.updateby
package io.deephaven.engine.table.impl.updateby
-
ClassesClassDescriptionThe 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 theUpdateByOperations to produce a set ofUpdateByOperators thatUpdateBycan use to produce a result.