public interface Sink
Corresponds to an output of a relational expression.
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
send(Row row) |
void |
setSourceEnumerable(org.apache.calcite.linq4j.Enumerable<Row> enumerable)
Deprecated.
|
void send(Row row) throws InterruptedException
InterruptedExceptionvoid end() throws InterruptedException
InterruptedException@Deprecated void setSourceEnumerable(org.apache.calcite.linq4j.Enumerable<Row> enumerable) throws InterruptedException
InterruptedExceptionCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.