public static interface RelFactories.MatchFactory
Match of
the appropriate type for a rule's calling convention.| Modifier and Type | Method and Description |
|---|---|
RelNode |
createMatch(RelNode input,
RexNode pattern,
RelDataType rowType,
boolean strictStart,
boolean strictEnd,
Map<String,RexNode> patternDefinitions,
Map<String,RexNode> measures,
RexNode after,
Map<String,? extends SortedSet<String>> subsets,
boolean allRows,
List<RexNode> partitionKeys,
RelCollation orderKeys,
RexNode interval)
Creates a
Match. |
RelNode createMatch(RelNode input, RexNode pattern, RelDataType rowType, boolean strictStart, boolean strictEnd, Map<String,RexNode> patternDefinitions, Map<String,RexNode> measures, RexNode after, Map<String,? extends SortedSet<String>> subsets, boolean allRows, List<RexNode> partitionKeys, RelCollation orderKeys, RexNode interval)
Match.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.