id: version-0.66.0-org.apache.streampipes.processors.enricher.flink.processor.math.mathop title: Math sidebar_label: Math original_id: org.apache.streampipes.processors.enricher.flink.processor.math.mathop


Description

Performs calculations on event properties (+, -, *, /, %).


Required input

The math processor works with any event that has at least one field containing a numerical value.


Configuration

Left operand

The field from the input event that should be used as the left operand.

Right operand

The field from the input event that should be used as the right operand.

Operation

The math operation that should be performed.

Output

The processor appends the calculation result to each input event.