Uses of Interface
org.apache.flink.table.api.Compilable
-
Packages that use Compilable Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of Compilable in org.apache.flink.table.api
Subinterfaces of Compilable in org.apache.flink.table.api Modifier and Type Interface Description interfaceStatementSetAStatementSetaccepts pipelines defined by DML statements orTableobjects.interfaceTablePipelineDescribes a complete pipeline from one or more source tables to a sink table. -
Uses of Compilable in org.apache.flink.table.api.internal
Classes in org.apache.flink.table.api.internal that implement Compilable Modifier and Type Class Description classStatementSetImpl<E extends TableEnvironmentInternal>Implementation forStatementSet.
-