Class UpdateByOperatorFactory
java.lang.Object
io.deephaven.engine.table.impl.updateby.UpdateByOperatorFactory
A factory to visit all of the
UpdateByOperation
s to produce a set of UpdateByOperator
s that
UpdateBy
can use to produce a result.-
Constructor Summary
ConstructorDescriptionUpdateByOperatorFactory
(@NotNull TableDefinition tableDef, @NotNull MatchPair[] groupByColumns, @NotNull UpdateByControl control) -
Method Summary
-
Constructor Details
-
UpdateByOperatorFactory
public UpdateByOperatorFactory(@NotNull @NotNull TableDefinition tableDef, @NotNull @NotNull MatchPair[] groupByColumns, @NotNull @NotNull UpdateByControl control)
-
-
Method Details
-
describe
-