| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.udf | |
| org.apache.hadoop.hive.ql.udf.generic |
Standard toolkit and framework for generic User-defined functions.
|
| org.apache.hadoop.hive.serde2.fast | |
| org.apache.hadoop.hive.serde2.io | |
| org.apache.hadoop.hive.serde2.lazy | |
| org.apache.hadoop.hive.serde2.objectinspector.primitive |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.IntWritable |
UDFSecond.evaluate(HiveIntervalDayTimeWritable i) |
org.apache.hadoop.io.IntWritable |
UDFMinute.evaluate(HiveIntervalDayTimeWritable i) |
org.apache.hadoop.io.IntWritable |
UDFHour.evaluate(HiveIntervalDayTimeWritable i) |
org.apache.hadoop.io.IntWritable |
UDFDayOfMonth.evaluate(HiveIntervalDayTimeWritable i) |
| Modifier and Type | Field and Description |
|---|---|
protected HiveIntervalDayTimeWritable |
GenericUDFOPDTIPlus.intervalDayTimeResult |
protected HiveIntervalDayTimeWritable |
GenericUDFOPDTIMinus.intervalDayTimeResult |
protected HiveIntervalDayTimeWritable |
GenericUDFBaseUnary.intervalDayTimeWritable |
| Modifier and Type | Method and Description |
|---|---|
protected HiveIntervalDayTimeWritable |
GenericUDFOPDTIPlus.handleIntervalDayTimeResult(HiveIntervalDayTime result) |
protected HiveIntervalDayTimeWritable |
GenericUDFOPDTIMinus.handleIntervalDayTimeResult(HiveIntervalDayTime result) |
| Modifier and Type | Field and Description |
|---|---|
protected HiveIntervalDayTimeWritable |
DeserializeRead.ReadIntervalDayTimeResults.hiveIntervalDayTimeWritable |
| Modifier and Type | Method and Description |
|---|---|
int |
HiveIntervalDayTimeWritable.compareTo(HiveIntervalDayTimeWritable other) |
void |
HiveIntervalDayTimeWritable.set(HiveIntervalDayTimeWritable writable) |
| Constructor and Description |
|---|
HiveIntervalDayTimeWritable(HiveIntervalDayTimeWritable writable) |
| Modifier and Type | Method and Description |
|---|---|
HiveIntervalDayTimeWritable |
LazyHiveIntervalDayTime.getWritableObject() |
| Modifier and Type | Method and Description |
|---|---|
static void |
LazyHiveIntervalDayTime.writeUTF8(OutputStream out,
HiveIntervalDayTimeWritable i) |
| Modifier and Type | Method and Description |
|---|---|
HiveIntervalDayTimeWritable |
WritableHiveIntervalDayTimeObjectInspector.getPrimitiveWritableObject(Object o) |
HiveIntervalDayTimeWritable |
JavaHiveIntervalDayTimeObjectInspector.getPrimitiveWritableObject(Object o) |
HiveIntervalDayTimeWritable |
HiveIntervalDayTimeObjectInspector.getPrimitiveWritableObject(Object o) |
| Modifier and Type | Method and Description |
|---|---|
Object |
WritableHiveIntervalDayTimeObjectInspector.set(Object o,
HiveIntervalDayTimeWritable i) |
Object |
SettableHiveIntervalDayTimeObjectInspector.set(Object o,
HiveIntervalDayTimeWritable i) |
Object |
JavaHiveIntervalDayTimeObjectInspector.set(Object o,
HiveIntervalDayTimeWritable i) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.