| 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 | Field and Description |
|---|---|
protected LongObjectInspector |
GenericUDAFComputeStats.GenericUDAFNumericStatsEvaluator.countNullsFieldOI |
protected LongObjectInspector |
GenericUDFBaseCompare.loi0 |
protected LongObjectInspector |
GenericUDFBaseCompare.loi1 |
| Modifier and Type | Method and Description |
|---|---|
protected LongObjectInspector |
GenericUDAFComputeStats.GenericUDAFLongStatsEvaluator.getValueObjectInspector() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericUDAFComputeStats.GenericUDAFLongStatsEvaluator.LongStatsAgg.updateMax(Object maxValue,
LongObjectInspector maxFieldOI) |
protected void |
GenericUDAFComputeStats.GenericUDAFLongStatsEvaluator.LongStatsAgg.updateMin(Object minValue,
LongObjectInspector minFieldOI) |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyLongObjectInspector
A WritableLongObjectInspector inspects a LongWritable Object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SettableLongObjectInspector
A SettableLongObjectInspector can set a long value to an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaConstantLongObjectInspector |
class |
JavaLongObjectInspector
A JavaLongObjectInspector inspects a Java Long Object.
|
class |
WritableConstantLongObjectInspector
A WritableConstantLongObjectInspector is a WritableLongObjectInspector
that implements ConstantObjectInspector.
|
class |
WritableLongObjectInspector
A WritableLongObjectInspector inspects a LongWritable Object.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.