@Internal
public interface CollectResultProvider
This class is generated by specific sink and brings the result info to a TableResult.
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.util.CloseableIterator<org.apache.flink.types.Row> |
getResultIterator()
Returns the select result as row iterator.
|
void |
setJobClient(org.apache.flink.core.execution.JobClient jobClient)
Set the job client associated with the select job to retrieve the result.
|
void setJobClient(org.apache.flink.core.execution.JobClient jobClient)
org.apache.flink.util.CloseableIterator<org.apache.flink.types.Row> getResultIterator()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.