Package com.illumon.iris.db.v2.updateby
Class UpdateByOperatorFactory
java.lang.Object
com.illumon.iris.db.v2.updateby.UpdateByOperatorFactory
A factory to visit all of the
UpdateByClause
s to produce a set of UpdateByOperator
s that
UpdateBy
can use to produce a result.-
Constructor Summary
ConstructorsConstructorDescriptionUpdateByOperatorFactory
(QueryTable source, MatchPair[] groupByColumns, RedirectionIndex redirectionIndex, UpdateByControl control) -
Method Summary
-
Constructor Details
-
UpdateByOperatorFactory
public UpdateByOperatorFactory(@NotNull QueryTable source, @NotNull MatchPair[] groupByColumns, @Nullable RedirectionIndex redirectionIndex, @NotNull UpdateByControl control)
-
-
Method Details
-
describe
-