Package | Description |
---|---|
org.apache.flink.table.functions.hive |
Modifier and Type | Class and Description |
---|---|
class |
HiveGenericUDAF
|
class |
HiveGenericUDF
A ScalarFunction implementation that calls Hive's
GenericUDF . |
class |
HiveGenericUDTF
A TableFunction implementation that calls Hive's
GenericUDTF . |
class |
HiveScalarFunction<UDFType>
Abstract class to provide more information for Hive
UDF and GenericUDF functions. |
class |
HiveSimpleUDF
A ScalarFunction implementation that calls Hive's
UDF . |
Constructor and Description |
---|
HiveFunctionInputStrategy(HiveFunction<?> hiveFunction) |
HiveFunctionOutputStrategy(HiveFunction<?> hiveFunction) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.