Class MatchSpec
java.lang.Object
org.apache.flink.table.planner.plan.nodes.exec.spec.MatchSpec
MatchSpec describes the MATCH_RECOGNIZE info, see Match.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatchSpec(org.apache.calcite.rex.RexNode pattern, Map<String, org.apache.calcite.rex.RexNode> patternDefinitions, Map<String, org.apache.calcite.rex.RexNode> measures, org.apache.calcite.rex.RexNode after, Map<String, SortedSet<String>> subsets, boolean allRows, PartitionSpec partition, SortSpec orderKeys, org.apache.calcite.rex.RexNode interval) -
Method Summary
-
Field Details
-
FIELD_NAME_PATTERN
- See Also:
-
FIELD_NAME_PATTERN_DEFINITIONS
- See Also:
-
FIELD_NAME_MEASURES
- See Also:
-
FIELD_NAME_AFTER
- See Also:
-
FIELD_NAME_SUBSETS
- See Also:
-
FIELD_NAME_ALL_ROWS
- See Also:
-
FIELD_NAME_PARTITION
- See Also:
-
FIELD_NAME_SORT_SPEC
- See Also:
-
FIELD_NAME_INTERVAL
- See Also:
-
-
Constructor Details
-
MatchSpec
public MatchSpec(org.apache.calcite.rex.RexNode pattern, Map<String, org.apache.calcite.rex.RexNode> patternDefinitions, Map<String, org.apache.calcite.rex.RexNode> measures, org.apache.calcite.rex.RexNode after, Map<String, SortedSet<String>> subsets, boolean allRows, PartitionSpec partition, SortSpec orderKeys, @Nullable org.apache.calcite.rex.RexNode interval)
-
-
Method Details