Uses of Interface
org.apache.flink.table.api.Compilable
Packages that use Compilable
-
Uses of Compilable in org.apache.flink.table.api
Subinterfaces of Compilable in org.apache.flink.table.apiModifier and TypeInterfaceDescriptioninterfaceAStatementSetaccepts pipelines defined by DML statements orTableobjects.interfaceDescribes 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 CompilableModifier and TypeClassDescriptionclassStatementSetImpl<E extends TableEnvironmentInternal>Implementation forStatementSet.