| 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 BooleanObjectInspector |
GenericUDFBaseCompare.boi0 |
protected BooleanObjectInspector |
GenericUDFBaseCompare.boi1 |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyBooleanObjectInspector
A WritableBooleanObjectInspector inspects a BooleanWritable Object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SettableBooleanObjectInspector
A SettableBooleanObjectInspector can set a boolean value to an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaBooleanObjectInspector
A JavaBooleanObjectInspector inspects a Java Boolean Object.
|
class |
JavaConstantBooleanObjectInspector |
class |
WritableBooleanObjectInspector
A WritableBooleanObjectInspector inspects a BooleanWritable Object.
|
class |
WritableConstantBooleanObjectInspector
A WritableConstantBooleanObjectInspector is a WritableBooleanObjectInspector
that implements ConstantObjectInspector.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.