| 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 |
UDFYear.evaluate(DateWritable d) |
org.apache.hadoop.io.IntWritable |
UDFWeekOfYear.evaluate(DateWritable d) |
org.apache.hadoop.io.Text |
UDFToString.evaluate(DateWritable d) |
org.apache.hadoop.io.BooleanWritable |
UDFToBoolean.evaluate(DateWritable d) |
org.apache.hadoop.io.IntWritable |
UDFMonth.evaluate(DateWritable d) |
org.apache.hadoop.io.IntWritable |
UDFDayOfMonth.evaluate(DateWritable d) |
| Modifier and Type | Field and Description |
|---|---|
protected DateWritable |
GenericUDFCurrentDate.currentDate |
protected DateWritable |
GenericUDFOPDTIPlus.dateResult |
protected DateWritable |
GenericUDFOPDTIMinus.dateResult |
| Modifier and Type | Method and Description |
|---|---|
DateWritable |
GenericUDFCurrentDate.getCurrentDate() |
protected DateWritable |
GenericUDFOPDTIPlus.handleDateResult(Date result) |
protected DateWritable |
GenericUDFOPDTIMinus.handleDateResult(Date result) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericUDFCurrentDate.setCurrentDate(DateWritable currentDate) |
| Modifier and Type | Field and Description |
|---|---|
protected DateWritable |
DeserializeRead.ReadDateResults.dateWritable |
| Modifier and Type | Method and Description |
|---|---|
int |
DateWritable.compareTo(DateWritable d) |
void |
DateWritable.set(DateWritable d) |
| Constructor and Description |
|---|
DateWritable(DateWritable d) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LazyDate.writeUTF8(OutputStream out,
DateWritable d)
Writes a Date in SQL date format to the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
DateWritable |
WritableDateObjectInspector.getPrimitiveWritableObject(Object o) |
DateWritable |
JavaDateObjectInspector.getPrimitiveWritableObject(Object o) |
DateWritable |
DateObjectInspector.getPrimitiveWritableObject(Object o) |
DateWritable |
WritableConstantDateObjectInspector.getWritableConstantValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
WritableDateObjectInspector.set(Object o,
DateWritable d) |
Object |
SettableDateObjectInspector.set(Object o,
DateWritable d) |
Object |
JavaDateObjectInspector.set(Object o,
DateWritable d) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.