Package com.illumon.iris.db.v2.updateby
package com.illumon.iris.db.v2.updateby
-
ClassDescriptionThe core of the
Table.updateBy(UpdateByControl, Collection, MatchPair...)
operation.The type of update to be applied.Defines an operation that can be applied to a table withTable.updateBy(Collection, String...)
An operator that performs a specific computation forTable.updateBy(com.illumon.iris.db.v2.updateby.UpdateByControl, java.util.Collection<com.illumon.iris.db.v2.updateby.UpdateByClause>, com.illumon.iris.db.tables.select.MatchPair...)
.A context item for use withTable.updateBy(UpdateByControl, Collection, MatchPair...)
for non-bucketed updates.A factory to visit all of theUpdateByClause
s to produce a set ofUpdateByOperator
s thatUpdateBy
can use to produce a result.