| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io | |
| 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.lazybinary | |
| org.apache.hadoop.hive.serde2.objectinspector.primitive |
| Modifier and Type | Method and Description |
|---|---|
static DateWritableV2 |
BatchToRowReader.nextDate(org.apache.hadoop.hive.ql.exec.vector.ColumnVector vector,
int row,
Object previous) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.IntWritable |
UDFDayOfWeek.evaluate(DateWritableV2 d) |
org.apache.hadoop.io.IntWritable |
UDFWeekOfYear.evaluate(DateWritableV2 d) |
org.apache.hadoop.io.Text |
UDFToString.evaluate(DateWritableV2 d) |
org.apache.hadoop.io.BooleanWritable |
UDFToBoolean.evaluate(DateWritableV2 d) |
| Modifier and Type | Field and Description |
|---|---|
protected DateWritableV2 |
GenericUDFCurrentDate.currentDate |
protected DateWritableV2 |
GenericUDFOPDTIPlus.dateResult |
protected DateWritableV2 |
GenericUDFOPDTIMinus.dateResult |
| Modifier and Type | Method and Description |
|---|---|
DateWritableV2 |
GenericUDFCurrentDate.getCurrentDate() |
protected DateWritableV2 |
GenericUDFOPDTIPlus.handleDateResult(Date result) |
protected DateWritableV2 |
GenericUDFOPDTIMinus.handleDateResult(Date result) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericUDFCurrentDate.setCurrentDate(DateWritableV2 currentDate) |
| Modifier and Type | Field and Description |
|---|---|
DateWritableV2 |
DeserializeRead.currentDateWritable |
| Modifier and Type | Method and Description |
|---|---|
int |
DateWritableV2.compareTo(DateWritableV2 d) |
void |
DateWritableV2.set(DateWritableV2 d) |
| Constructor and Description |
|---|
DateWritableV2(DateWritableV2 d) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LazyDate.writeUTF8(OutputStream out,
DateWritableV2 d)
Writes a Date in SQL date format to the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LazyBinarySerDe.writeDateToByteStream(ByteStream.RandomAccessOutput byteStream,
DateWritableV2 date) |
| Modifier and Type | Method and Description |
|---|---|
DateWritableV2 |
DateObjectInspector.getPrimitiveWritableObject(Object o) |
DateWritableV2 |
WritableDateObjectInspector.getPrimitiveWritableObject(Object o) |
DateWritableV2 |
JavaDateObjectInspector.getPrimitiveWritableObject(Object o) |
DateWritableV2 |
WritableConstantDateObjectInspector.getWritableConstantValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
SettableDateObjectInspector.set(Object o,
DateWritableV2 d) |
Object |
WritableDateObjectInspector.set(Object o,
DateWritableV2 d) |
Object |
JavaDateObjectInspector.set(Object o,
DateWritableV2 d) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.