Methods in org.apache.hadoop.hive.ql.udf.ptf with parameters of type PTFPartition.PTFPartitionIterator |
protected void |
Noop.execute(PTFPartition.PTFPartitionIterator<Object> pItr,
PTFPartition oPart)
|
void |
WindowingTableFunction.execute(PTFPartition.PTFPartitionIterator<Object> pItr,
PTFPartition outP)
|
void |
MatchPath.execute(PTFPartition.PTFPartitionIterator<Object> pItr,
PTFPartition outP)
|
protected abstract void |
TableFunctionEvaluator.execute(PTFPartition.PTFPartitionIterator<Object> pItr,
PTFPartition oPart)
|
static ArrayList<Object> |
MatchPath.getPath(Object currRow,
ObjectInspector rowOI,
PTFPartition.PTFPartitionIterator<Object> pItr,
int sz)
|
static Object |
MatchPath.getSelectListInput(Object currRow,
ObjectInspector rowOI,
PTFPartition.PTFPartitionIterator<Object> pItr,
int sz)
|
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)
|