Package com.illumon.iris.db.v2.updateby
Class UpdateByOperatorFactory
java.lang.Object
com.illumon.iris.db.v2.updateby.UpdateByOperatorFactory
public class UpdateByOperatorFactory extends Object
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
Constructors Constructor Description UpdateByOperatorFactory(QueryTable source, MatchPair[] groupByColumns, RedirectionIndex redirectionIndex, UpdateByControl control)
-
Method Summary
Modifier and Type Method Description String
describe(Collection<UpdateByClause> clauses)
-
Constructor Details
-
UpdateByOperatorFactory
public UpdateByOperatorFactory(@NotNull QueryTable source, @NotNull MatchPair[] groupByColumns, @Nullable RedirectionIndex redirectionIndex, @NotNull UpdateByControl control)
-
-
Method Details