Class ExpressionBasedOperation.PositiveRowMapper

  • All Implemented Interfaces:
    Serializable, RecordMapper, RowMapper
    Enclosing class:
    ExpressionBasedOperation

    protected static class ExpressionBasedOperation.PositiveRowMapper
    extends RowInRecordMapper
    Row mapper which calls a change data producer (to evaluate the expression) and directly calls the corresponding change data joiner (to insert the results in the row). This should only be used with expressions which are local and therefore cheap to evaluate.
    See Also:
    Serialized Form