public static class MatchPath.Chain extends MatchPath.SymbolFunction
Constructor and Description |
---|
Chain(java.util.ArrayList<MatchPath.SymbolFunction> components) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isOptional() |
protected MatchPath.SymbolFunctionResult |
match(java.lang.Object row,
PTFPartition.PTFPartitionIterator<java.lang.Object> pItr) |
match
public Chain(java.util.ArrayList<MatchPath.SymbolFunction> components)
protected MatchPath.SymbolFunctionResult match(java.lang.Object row, PTFPartition.PTFPartitionIterator<java.lang.Object> pItr) throws HiveException
match
in class MatchPath.SymbolFunction
HiveException
protected boolean isOptional()
isOptional
in class MatchPath.SymbolFunction
Copyright © 2012 The Apache Software Foundation