Package org.apache.calcite.runtime
Interface Enumerables.Emitter<E,TResult>
- Type Parameters:
E
- element typeTResult
- result type
- Enclosing class:
Enumerables
public static interface Enumerables.Emitter<E,TResult>
Given a match (a list of rows, and their states) produces a list
of rows to be output.
-
Method Summary
-
Method Details
-
emit
-