| Interface | Description |
|---|---|
| HiveFunction |
Interface for Hive simple udf, generic udf, and generic udtf.
|
| Class | Description |
|---|---|
| DeferredObjectAdapter |
Adapter from Java Object to Hive DeferredObject.
|
| HiveFunctionWrapper<UDFType> |
A wrapper of Hive functions that instantiate function instances and ser/de functino instance
cross process boundary.
|
| HiveGenericUDAF |
An
AggregateFunction implementation that calls Hive's UDAF or GenericUDAFEvaluator. |
| HiveGenericUDF |
A ScalarFunction implementation that calls Hive's
GenericUDF. |
| HiveGenericUDTF |
A TableFunction implementation that calls Hive's
GenericUDTF. |
| HiveScalarFunction<UDFType> |
Abstract class to provide more information for Hive
UDF and GenericUDF functions. |
| HiveSimpleUDF |
A ScalarFunction implementation that calls Hive's
UDF. |
| Exception | Description |
|---|---|
| FlinkHiveUDFException |
Hive UDF related exceptions in Flink.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.