| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.udf.generic |
Standard toolkit and framework for generic User-defined functions.
|
| org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | |
| org.apache.hadoop.hive.serde2.objectinspector.primitive |
| Modifier and Type | Method and Description |
|---|---|
protected DateObjectInspector |
GenericUDAFComputeStats.GenericUDAFDateStatsEvaluator.getValueObjectInspector() |
protected DateObjectInspector |
GenericUDAFComputeStats.GenericUDAFDateStatsEvaluator.getValueObjectInspector(PrimitiveTypeInfo typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericUDAFComputeStats.GenericUDAFDateStatsEvaluator.DateStatsAgg.updateMax(Object maxValue,
DateObjectInspector maxFieldOI) |
protected void |
GenericUDAFComputeStats.GenericUDAFDateStatsEvaluator.DateStatsAgg.updateMin(Object minValue,
DateObjectInspector minFieldOI) |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyDateObjectInspector
A WritableDateObjectInspector inspects a DateWritableV2 Object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SettableDateObjectInspector
A SettableDecimalObjectInspector can set a Date value to an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaConstantDateObjectInspector |
class |
JavaConstantShortObjectInspector |
class |
JavaDateObjectInspector
A JavaDateObjectInspector inspects a Java Date Object.
|
class |
WritableConstantDateObjectInspector
A WritableConstantDateObjectInspector is a WritableDateObjectInspector
that implements ConstantObjectInspector.
|
class |
WritableDateObjectInspector
A WritableDateObjectInspector inspects a DateWritableV2 Object.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.