Apache Avro Operators

The Apache Avro Operators are implemented as a pair of global Java operators, including the Avro to Tuple and Tuple to Avro operators.

The Avro to Tuple operator converts binary Apache Avro Records to StreamBase tuples.

The Tuple to Avro operator converts StreamBase tuples to binary Apache Avro Records.

See the Avro Operator Samples to see how these operators can be used.