| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.parquet.serde.primitive | |
| 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 | Class and Description |
|---|---|
class |
ParquetByteInspector
The ParquetByteInspector can inspect both ByteWritables and IntWritables into bytes.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteObjectInspector |
GenericUDFBaseCompare.byoi0 |
protected ByteObjectInspector |
GenericUDFBaseCompare.byoi1 |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyByteObjectInspector
A WritableByteObjectInspector inspects a ByteWritable Object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SettableByteObjectInspector
A SettableByteObjectInspector can set a byte value to an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaByteObjectInspector
A JavaByteObjectInspector inspects a Java Byte Object.
|
class |
JavaConstantByteObjectInspector |
class |
WritableByteObjectInspector
A WritableByteObjectInspector inspects a ByteWritable Object.
|
class |
WritableConstantByteObjectInspector
A WritableConstantByteObjectInspector is a WritableByteObjectInspector
that implements ConstantObjectInspector.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.