Uses of Interface
org.apache.flink.table.api.Executable
-
Packages that use Executable Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of Executable in org.apache.flink.table.api
Subinterfaces of Executable in org.apache.flink.table.api Modifier and Type Interface Description interfaceCompiledPlanRepresents an immutable, fully optimized, and executable entity that has been compiled from a Table & SQL API pipeline definition.interfaceStatementSetAStatementSetaccepts pipelines defined by DML statements orTableobjects.interfaceTableTheTableobject is the core abstraction of the Table API.interfaceTablePipelineDescribes a complete pipeline from one or more source tables to a sink table. -
Uses of Executable in org.apache.flink.table.api.internal
Classes in org.apache.flink.table.api.internal that implement Executable Modifier and Type Class Description classStatementSetImpl<E extends TableEnvironmentInternal>Implementation forStatementSet.classTableImplImplementation forTable.
-