Uses of Interface
org.apache.flink.table.api.TableResult
-
Packages that use TableResult Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of TableResult in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return TableResult Modifier and Type Method Description TableResultExecutable. execute()Executes this object.TableResultStatementSet. execute()Executes this object.default TableResultTable. executeInsert(String tablePath)Shorthand fortableEnv.insertInto(tablePath).execute().default TableResultTable. executeInsert(String tablePath, boolean overwrite)Shorthand fortableEnv.insertInto(tablePath, overwrite).execute().default TableResultTable. executeInsert(TableDescriptor descriptor)Shorthand fortableEnv.insertInto(descriptor).execute().default TableResultTable. executeInsert(TableDescriptor descriptor, boolean overwrite)Shorthand fortableEnv.insertInto(descriptor, overwrite).execute().default TableResultTableEnvironment. executePlan(PlanReference planReference)Shorthand fortEnv.loadPlan(planReference).execute().TableResultTableEnvironment. executeSql(String statement)Executes the given single statement and returns the execution result. -
Uses of TableResult in org.apache.flink.table.api.internal
Subinterfaces of TableResult in org.apache.flink.table.api.internal Modifier and Type Interface Description interfaceTableResultInternalInternal interface with internal methods forTableResult.Classes in org.apache.flink.table.api.internal that implement TableResult Modifier and Type Class Description classTableResultImplImplementation forTableResult.Methods in org.apache.flink.table.api.internal that return TableResult Modifier and Type Method Description TableResultStatementSetImpl. execute()TableResultTableImpl. execute()TableResultTableEnvironmentImpl. executeSql(String statement)
-