Uses of Interface
org.apache.flink.table.api.TableResult
Packages that use TableResult
-
Uses of TableResult in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return TableResultModifier and TypeMethodDescriptionExecutable.execute()Executes this object.StatementSet.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().TableEnvironment.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.internalModifier and TypeInterfaceDescriptioninterfaceInternal interface with internal methods forTableResult.Classes in org.apache.flink.table.api.internal that implement TableResultMethods in org.apache.flink.table.api.internal that return TableResultModifier and TypeMethodDescriptionStatementSetImpl.execute()TableImpl.execute()TableEnvironmentImpl.executeSql(String statement)