Uses of Class
org.apache.flink.table.api.internal.TableResultImpl.Builder
-
Packages that use TableResultImpl.Builder Package Description org.apache.flink.table.api.internal -
-
Uses of TableResultImpl.Builder in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return TableResultImpl.Builder Modifier and Type Method Description static TableResultImpl.BuilderTableResultImpl. builder()TableResultImpl.BuilderTableResultImpl.Builder. data(List<org.apache.flink.types.Row> rowList)Specifies an row list as the execution result.TableResultImpl.BuilderTableResultImpl.Builder. jobClient(org.apache.flink.core.execution.JobClient jobClient)Specifies job client which associates the submitted Flink job.TableResultImpl.BuilderTableResultImpl.Builder. resultKind(ResultKind resultKind)Specifies result kind of the execution result.TableResultImpl.BuilderTableResultImpl.Builder. resultProvider(ResultProvider resultProvider)TableResultImpl.BuilderTableResultImpl.Builder. schema(org.apache.flink.table.catalog.ResolvedSchema resolvedSchema)Specifies schema of the execution result.TableResultImpl.BuilderTableResultImpl.Builder. setCachedPlan(CachedPlan cachedPlan)Specifies cached plan which associates the submitted Flink job.TableResultImpl.BuilderTableResultImpl.Builder. setPrintStyle(org.apache.flink.table.utils.print.PrintStyle printStyle)Specifies print style.
-