Package org.apache.calcite.interpreter
Interface Source
- All Superinterfaces:
AutoCloseable
Source of rows.
Corresponds to an input of a relational expression.
-
Method Summary
-
Method Details
-
receive
@Nullable Row receive()Reads a row. Null means end of data. -
close
void close()- Specified by:
close
in interfaceAutoCloseable
-