public interface Source extends AutoCloseable
Corresponds to an input of a relational expression.
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Row |
receive()
Reads a row.
|
Row receive()
void close()
close in interface AutoCloseableCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.