Package | Description |
---|---|
org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
org.apache.hadoop.hive.ql.udf.ptf |
Modifier and Type | Method and Description |
---|---|
static TableFunctionResolver |
FunctionRegistry.getTableFunctionResolver(String functionName) |
static TableFunctionResolver |
FunctionRegistry.getWindowingTableFunction() |
Modifier and Type | Method and Description |
---|---|
FunctionInfo |
Registry.registerTableFunction(String functionName,
Class<? extends TableFunctionResolver> tFnCls,
FunctionInfo.FunctionResource... resources) |
Constructor and Description |
---|
FunctionInfo(boolean isNative,
String displayName,
Class<? extends TableFunctionResolver> tFnCls,
FunctionInfo.FunctionResource... resources) |
Modifier and Type | Class and Description |
---|---|
static class |
MatchPath.MatchPathResolver |
static class |
Noop.NoopResolver |
static class |
NoopStreaming.NoopStreamingResolver |
static class |
NoopWithMap.NoopWithMapResolver |
static class |
NoopWithMapStreaming.NoopWithMapStreamingResolver |
static class |
WindowingTableFunction.WindowingTableFunctionResolver |
Copyright © 2017 The Apache Software Foundation. All rights reserved.