| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.udf | |
| org.apache.hadoop.hive.ql.udf.generic |
Standard toolkit and framework for generic User-defined functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UDF
A User-defined function (UDF) for use with Hive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UDFRand
UDFRand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericUDAFEvaluator
A Generic User-defined aggregation function (GenericUDAF) for the use with
Hive.
|
static class |
GenericUDAFMax.GenericUDAFMaxEvaluator |
static class |
GenericUDAFMin.GenericUDAFMinEvaluator |
class |
GenericUDF
A Generic User-defined function (GenericUDF) for the use with Hive.
|
class |
GenericUDFAssertTrue
GenericUDFAssertTrue
|
class |
GenericUDFCurrentDate |
class |
GenericUDFCurrentTimestamp |
class |
GenericUDFCurrentUser |
class |
GenericUDFLag |
class |
GenericUDFLead |
class |
GenericUDFReflect
A simple generic udf to call java static functions via reflection.
|
class |
GenericUDFReflect2
A simple generic udf to call java functions via reflection.
|
class |
GenericUDFTranslate
TRANSLATE(string input, string from, string to) is an equivalent function to translate in
PostGresSQL.
|
class |
GenericUDFUnixTimeStamp |
Copyright © 2016 The Apache Software Foundation. All rights reserved.