Uses of Interface
org.apache.flink.table.api.internal.ResultProvider
-
Packages that use ResultProvider Package Description org.apache.flink.table.api.internal org.apache.flink.table.operations -
-
Uses of ResultProvider in org.apache.flink.table.api.internal
Classes in org.apache.flink.table.api.internal that implement ResultProvider Modifier and Type Class Description class
StaticResultProvider
Create result provider from a static set of data using external types.Methods in org.apache.flink.table.api.internal that return ResultProvider Modifier and Type Method Description ResultProvider
ResultProvider. setJobClient(org.apache.flink.core.execution.JobClient jobClient)
Set the job client associated with the select job to retrieve the result.Methods in org.apache.flink.table.api.internal with parameters of type ResultProvider Modifier and Type Method Description TableResultImpl.Builder
TableResultImpl.Builder. resultProvider(ResultProvider resultProvider)
-
Uses of ResultProvider in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return ResultProvider Modifier and Type Method Description ResultProvider
CollectModifyOperation. getSelectResultProvider()
Methods in org.apache.flink.table.operations with parameters of type ResultProvider Modifier and Type Method Description void
CollectModifyOperation. setSelectResultProvider(ResultProvider resultProvider)
-