| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.exec.vector.expressions | |
| 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.binarysortable | |
| 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 |
|---|---|
static TimestampWritableV2 |
TimestampUtils.timestampColumnVectorWritable(org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector timestampColVector,
int elementNum,
TimestampWritableV2 timestampWritable) |
| Modifier and Type | Method and Description |
|---|---|
static TimestampWritableV2 |
TimestampUtils.timestampColumnVectorWritable(org.apache.hadoop.hive.ql.exec.vector.TimestampColumnVector timestampColVector,
int elementNum,
TimestampWritableV2 timestampWritable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
VectorExpressionWriter.writeValue(TimestampWritableV2 value) |
| Modifier and Type | Method and Description |
|---|---|
static TimestampWritableV2 |
BatchToRowReader.nextTimestamp(org.apache.hadoop.hive.ql.exec.vector.ColumnVector vector,
int row,
Object previous) |
| Modifier and Type | Method and Description |
|---|---|
TimestampWritableV2 |
UDFDateFloor.evaluate(TimestampWritableV2 t) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.IntWritable |
UDFDayOfWeek.evaluate(TimestampWritableV2 t) |
TimestampWritableV2 |
UDFDateFloor.evaluate(TimestampWritableV2 t) |
org.apache.hadoop.io.IntWritable |
UDFToInteger.evaluate(TimestampWritableV2 i)
Convert from Timestamp to an integer.
|
org.apache.hadoop.io.IntWritable |
UDFWeekOfYear.evaluate(TimestampWritableV2 t) |
org.apache.hadoop.io.FloatWritable |
UDFToFloat.evaluate(TimestampWritableV2 i) |
ByteWritable |
UDFToByte.evaluate(TimestampWritableV2 i) |
org.apache.hadoop.io.LongWritable |
UDFToLong.evaluate(TimestampWritableV2 i) |
org.apache.hadoop.io.Text |
UDFToString.evaluate(TimestampWritableV2 i) |
org.apache.hadoop.io.BooleanWritable |
UDFToBoolean.evaluate(TimestampWritableV2 i) |
ShortWritable |
UDFToShort.evaluate(TimestampWritableV2 i) |
DoubleWritable |
UDFToDouble.evaluate(TimestampWritableV2 i) |
| Modifier and Type | Field and Description |
|---|---|
protected TimestampWritableV2 |
GenericUDFCurrentTimestamp.currentTimestamp |
protected TimestampWritableV2 |
GenericUDFOPDTIPlus.timestampResult |
protected TimestampWritableV2 |
GenericUDFOPDTIMinus.timestampResult |
| Modifier and Type | Method and Description |
|---|---|
TimestampWritableV2 |
GenericUDFCurrentTimestamp.getCurrentTimestamp() |
protected TimestampWritableV2 |
GenericUDFOPDTIPlus.handleTimestampResult(Timestamp result) |
protected TimestampWritableV2 |
GenericUDFOPDTIMinus.handleTimestampResult(Timestamp result) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericUDFCurrentTimestamp.setCurrentTimestamp(TimestampWritableV2 currentTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinarySortableSerDe.serializeTimestampWritable(ByteStream.Output buffer,
TimestampWritableV2 t,
boolean invert) |
| Modifier and Type | Field and Description |
|---|---|
TimestampWritableV2 |
DeserializeRead.currentTimestampWritable |
| Modifier and Type | Method and Description |
|---|---|
int |
TimestampWritableV2.compareTo(TimestampWritableV2 t) |
void |
TimestampWritableV2.set(TimestampWritableV2 t) |
| Constructor and Description |
|---|
TimestampWritableV2(TimestampWritableV2 t) |
| Modifier and Type | Method and Description |
|---|---|
TimestampWritableV2 |
LazyTimestamp.getWritableObject() |
| Modifier and Type | Method and Description |
|---|---|
static void |
LazyTimestamp.writeUTF8(OutputStream out,
TimestampWritableV2 i)
Writes a Timestamp in JDBC timestamp format to the output stream
|
| Modifier and Type | Method and Description |
|---|---|
TimestampWritableV2 |
JavaTimestampObjectInspector.getPrimitiveWritableObject(Object o) |
TimestampWritableV2 |
WritableTimestampObjectInspector.getPrimitiveWritableObject(Object o) |
TimestampWritableV2 |
TimestampObjectInspector.getPrimitiveWritableObject(Object o) |
TimestampWritableV2 |
WritableConstantTimestampObjectInspector.getWritableConstantValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaTimestampObjectInspector.set(Object o,
TimestampWritableV2 tw) |
Object |
WritableTimestampObjectInspector.set(Object o,
TimestampWritableV2 t) |
Object |
SettableTimestampObjectInspector.set(Object o,
TimestampWritableV2 t) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.