Description
For example query can be:
SELECT * FROM orders WHERE orderId = '${order.id}'
where ${order.id} is FlowFile attribute.
Result will serialized using Avro.
Avro gives as possibility to have query Resultset metadata (column name and types) included in FlowFile.
Also Avro should allow streaming.