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.Builder
TableResultImpl. builder()
TableResultImpl.Builder
TableResultImpl.Builder. data(List<org.apache.flink.types.Row> rowList)
Specifies an row list as the execution result.TableResultImpl.Builder
TableResultImpl.Builder. jobClient(org.apache.flink.core.execution.JobClient jobClient)
Specifies job client which associates the submitted Flink job.TableResultImpl.Builder
TableResultImpl.Builder. resultKind(ResultKind resultKind)
Specifies result kind of the execution result.TableResultImpl.Builder
TableResultImpl.Builder. resultProvider(ResultProvider resultProvider)
TableResultImpl.Builder
TableResultImpl.Builder. schema(org.apache.flink.table.catalog.ResolvedSchema resolvedSchema)
Specifies schema of the execution result.TableResultImpl.Builder
TableResultImpl.Builder. setCachedPlan(CachedPlan cachedPlan)
Specifies cached plan which associates the submitted Flink job.TableResultImpl.Builder
TableResultImpl.Builder. setPrintStyle(org.apache.flink.table.utils.print.PrintStyle printStyle)
Specifies print style.
-