Class UpdateByOperatorFactory
java.lang.Object
io.deephaven.engine.table.impl.updateby.UpdateByOperatorFactory
A factory to visit all of the
UpdateByOperations to produce a set of UpdateByOperators that
UpdateBy can use to produce a result.-
Constructor Summary
ConstructorsConstructorDescriptionUpdateByOperatorFactory(@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
-