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 interface
StatementSet
AStatementSet
accepts pipelines defined by DML statements orTable
objects.interface
TablePipeline
Describes 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 class
StatementSetImpl<E extends TableEnvironmentInternal>
Implementation forStatementSet
.
-