Interface FlinkMetadata.WindowProperties
- All Superinterfaces:
org.apache.calcite.rel.metadata.Metadata
- Enclosing class:
- FlinkMetadata
public static interface FlinkMetadata.WindowProperties
extends org.apache.calcite.rel.metadata.Metadata
Metadata about the window properties of a RelNode. The window properties are provided
originally from window table-valued function and are propagated in the RelNode tree. The
information of window properties include columns of window_start, window_end, window_time,
and time attribute index and types.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHandler API. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.calcite.rel.metadata.MetadataDef<FlinkMetadata.WindowProperties>static final Method -
Method Summary
Methods inherited from interface org.apache.calcite.rel.metadata.Metadata
rel
-
Field Details
-
METHOD
-
DEF
-
-
Method Details
-
getWindowProperties
RelWindowProperties getWindowProperties()
-