|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableFunctionResolver | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.udf.ptf |
Uses of TableFunctionResolver in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec that return TableFunctionResolver | |
---|---|
static TableFunctionResolver |
FunctionRegistry.getNoopTableFunction()
|
static TableFunctionResolver |
FunctionRegistry.getTableFunctionResolver(String name)
|
static TableFunctionResolver |
FunctionRegistry.getWindowingTableFunction()
|
Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type TableFunctionResolver | |
---|---|
static void |
FunctionRegistry.registerTableFunction(String name,
Class<? extends TableFunctionResolver> tFnCls)
|
Constructor parameters in org.apache.hadoop.hive.ql.exec with type arguments of type TableFunctionResolver | |
---|---|
FunctionInfo(String displayName,
Class<? extends TableFunctionResolver> tFnCls)
|
Uses of TableFunctionResolver in org.apache.hadoop.hive.ql.udf.ptf |
---|
Subclasses of TableFunctionResolver in org.apache.hadoop.hive.ql.udf.ptf | |
---|---|
static class |
MatchPath.MatchPathResolver
|
static class |
Noop.NoopResolver
|
static class |
NoopWithMap.NoopWithMapResolver
|
static class |
WindowingTableFunction.WindowingTableFunctionResolver
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |