public interface Source extends AutoCloseable
Corresponds to an input of a relational expression.
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
@Nullable Row |
receive()
Reads a row.
|
@Nullable Row receive()
void close()
close in interface AutoCloseableCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.