Class FlinkMetadata
java.lang.Object
org.apache.flink.table.planner.plan.metadata.FlinkMetadata
Contains the interfaces for several specified metadata of flink.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceMetadata about the interval of given column from a specified relational expression.static interfaceMetadata about the null count of given column from a specified relational expression.static interfaceOrigin null count, looking until source.static interfaceMetadata about the interval of given column under the given filter argument from a specified relational expression.static interfaceMetadata about how a relational expression is distributed.static interfaceMetadata about the modified property of a RelNode.static interfaceMetadata about the (minimum) unique groups of the given columns from a specified relational expression.static interfaceMetadata about which combinations of columns are upsert identifiers.static interfaceMetadata about the window properties of a RelNode. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FlinkMetadata
public FlinkMetadata()
-