private static class RelFactories.MatchFactoryImpl extends Object implements RelFactories.MatchFactory
RelFactories.MatchFactory
that returns a LogicalMatch.| Modifier | Constructor and Description |
|---|---|
private |
MatchFactoryImpl() |
| 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. |
public 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)
RelFactories.MatchFactoryMatch.createMatch in interface RelFactories.MatchFactoryCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.