Uses of Class
org.apache.hadoop.hive.ql.udf.ptf.MatchPath.SymbolFunctionResult

Packages that use MatchPath.SymbolFunctionResult
org.apache.hadoop.hive.ql.udf.ptf   
 

Uses of MatchPath.SymbolFunctionResult in org.apache.hadoop.hive.ql.udf.ptf
 

Methods in org.apache.hadoop.hive.ql.udf.ptf that return MatchPath.SymbolFunctionResult
static MatchPath.SymbolFunctionResult MatchPath.SymbolFunction.match(MatchPath.SymbolFunction syFn, Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected abstract  MatchPath.SymbolFunctionResult MatchPath.SymbolFunction.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected  MatchPath.SymbolFunctionResult MatchPath.Symbol.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected  MatchPath.SymbolFunctionResult MatchPath.Star.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected  MatchPath.SymbolFunctionResult MatchPath.Plus.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected  MatchPath.SymbolFunctionResult MatchPath.Chain.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
 



Copyright © 2012 The Apache Software Foundation