public class ImplicitSplitInserter extends Rule
| Modifier and Type | Class and Description |
|---|---|
class |
ImplicitSplitInserter.ImplicitSplitInserterTransformer |
currentPlan, log, name, pattern| Constructor and Description |
|---|
ImplicitSplitInserter(String n) |
| Modifier and Type | Method and Description |
|---|---|
protected OperatorPlan |
buildPattern()
Build the pattern that this rule will look for
|
Transformer |
getNewTransformer()
Get the transformer for this rule.
|
List<OperatorPlan> |
match(OperatorPlan plan)
Search for all the sub-plans that matches the pattern
defined by this rule.
|
getName, getPattern, isMandatory, isSkipListener, setSkipListenerpublic ImplicitSplitInserter(String n)
public List<OperatorPlan> match(OperatorPlan plan) throws FrontendException
Rulematch in class Ruleplan - the OperatorPlan to look for matches to the patternFrontendExceptionpublic Transformer getNewTransformer()
RulegetNewTransformer in class Ruleprotected OperatorPlan buildPattern()
RulebuildPattern in class RuleCopyright © 2007-2012 The Apache Software Foundation