Uses of Interface
org.apache.flink.table.api.Explainable
Packages that use Explainable
-
Uses of Explainable in org.apache.flink.table.api
Classes in org.apache.flink.table.api with type parameters of type ExplainableModifier and TypeInterfaceDescriptioninterfaceExplainable<SELF extends Explainable<SELF>>Represents an artifact that can be explained using a summary string.Subinterfaces of Explainable in org.apache.flink.table.apiModifier and TypeInterfaceDescriptioninterfaceAStatementSetaccepts pipelines defined by DML statements orTableobjects.interfaceTheTableobject is the core abstraction of the Table API.interfaceDescribes a complete pipeline from one or more source tables to a sink table.