Uses of Interface
org.apache.flink.table.api.Explainable
-
Packages that use Explainable Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of Explainable in org.apache.flink.table.api
Classes in org.apache.flink.table.api with type parameters of type Explainable Modifier and Type Interface Description interface
Explainable<SELF extends Explainable<SELF>>
Represents an artifact that can be explained using a summary string.Subinterfaces of Explainable in org.apache.flink.table.api Modifier and Type Interface Description interface
CompiledPlan
Represents an immutable, fully optimized, and executable entity that has been compiled from a Table & SQL API pipeline definition.interface
StatementSet
AStatementSet
accepts pipelines defined by DML statements orTable
objects.interface
Table
TheTable
object is the core abstraction of the Table API.interface
TablePipeline
Describes a complete pipeline from one or more source tables to a sink table. -
Uses of Explainable in org.apache.flink.table.api.internal
Classes in org.apache.flink.table.api.internal that implement Explainable Modifier and Type Class Description class
StatementSetImpl<E extends TableEnvironmentInternal>
Implementation forStatementSet
.class
TableImpl
Implementation forTable
.
-