Interface FlinkMetadata.ColumnInterval
- All Superinterfaces:
org.apache.calcite.rel.metadata.Metadata
- Enclosing class:
- FlinkMetadata
public static interface FlinkMetadata.ColumnInterval
extends org.apache.calcite.rel.metadata.Metadata
Metadata about the interval of given column from a specified relational expression.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHandler API. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.calcite.rel.metadata.MetadataDef<FlinkMetadata.ColumnInterval>static final Method -
Method Summary
Modifier and TypeMethodDescriptionValueIntervalgetColumnInterval(int index) Returns the interval value of the given column from a specified relational expression.Methods inherited from interface org.apache.calcite.rel.metadata.Metadata
rel
-
Field Details
-
METHOD
-
DEF
-
-
Method Details
-
getColumnInterval
ValueInterval getColumnInterval(int index) Returns the interval value of the given column from a specified relational expression.- Parameters:
index- the index of the given column in a specified relational expression- Returns:
- the interval of the given column. Returns null if interval cannot be estimated, Returns [[NullValueInterval]] if column values does not contains any value except for null.
-