| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.udf.ptf |
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchPath.Chain |
static class |
MatchPath.Plus |
static class |
MatchPath.Star |
static class |
MatchPath.Symbol |
| Modifier and Type | Method and Description |
|---|---|
MatchPath.SymbolFunction |
MatchPath.SymbolParser.getSymbolFunction() |
| Modifier and Type | Method and Description |
|---|---|
static MatchPath.SymbolFunctionResult |
MatchPath.SymbolFunction.match(MatchPath.SymbolFunction syFn,
Object row,
PTFPartition.PTFPartitionIterator<Object> pItr) |
| Constructor and Description |
|---|
Plus(MatchPath.SymbolFunction symbolFn) |
Star(MatchPath.SymbolFunction symbolFn) |
| Constructor and Description |
|---|
Chain(ArrayList<MatchPath.SymbolFunction> components) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.