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.