| 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 DoubleObjectInspector |
GenericUDAFComputeStats.GenericUDAFDoubleStatsEvaluator.getValueObjectInspector() |
| Modifier and Type | Method and Description |
|---|---|
void |
NumericHistogram.merge(List other,
DoubleObjectInspector doi)
Takes a serialized histogram created by the serialize() method and merges
it with the current histogram object.
|
protected void |
GenericUDAFComputeStats.GenericUDAFDoubleStatsEvaluator.DoubleStatsAgg.updateMax(Object maxValue,
DoubleObjectInspector maxFieldOI) |
protected void |
GenericUDAFComputeStats.GenericUDAFDoubleStatsEvaluator.DoubleStatsAgg.updateMin(Object minValue,
DoubleObjectInspector minFieldOI) |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyDoubleObjectInspector
A WritableDoubleObjectInspector inspects a DoubleWritable Object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SettableDoubleObjectInspector
A SettableDoubleObjectInspector can set a double value to an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaConstantDoubleObjectInspector |
class |
JavaDoubleObjectInspector
A JavaDoubleObjectInspector inspects a Java Double Object.
|
class |
WritableConstantDoubleObjectInspector
A WritableConstantDoubleObjectInspector is a WritableDoubleObjectInspector
that implements ConstantObjectInspector.
|
class |
WritableDoubleObjectInspector
A WritableDoubleObjectInspector inspects a DoubleWritable Object.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.