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.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 |
---|---|
org.apache.hadoop.io.IntWritable |
UDFYear.evaluate(TimestampWritable t) |
org.apache.hadoop.io.IntWritable |
UDFWeekOfYear.evaluate(TimestampWritable t) |
org.apache.hadoop.io.Text |
UDFToString.evaluate(TimestampWritable i) |
ShortWritable |
UDFToShort.evaluate(TimestampWritable i) |
org.apache.hadoop.io.LongWritable |
UDFToLong.evaluate(TimestampWritable i) |
org.apache.hadoop.io.IntWritable |
UDFToInteger.evaluate(TimestampWritable i)
Convert from Timestamp to an integer.
|
org.apache.hadoop.io.FloatWritable |
UDFToFloat.evaluate(TimestampWritable i) |
DoubleWritable |
UDFToDouble.evaluate(TimestampWritable i) |
ByteWritable |
UDFToByte.evaluate(TimestampWritable i) |
org.apache.hadoop.io.BooleanWritable |
UDFToBoolean.evaluate(TimestampWritable i) |
org.apache.hadoop.io.IntWritable |
UDFSecond.evaluate(TimestampWritable t) |
org.apache.hadoop.io.IntWritable |
UDFMonth.evaluate(TimestampWritable t) |
org.apache.hadoop.io.IntWritable |
UDFMinute.evaluate(TimestampWritable t) |
org.apache.hadoop.io.IntWritable |
UDFHour.evaluate(TimestampWritable t) |
org.apache.hadoop.io.IntWritable |
UDFDayOfMonth.evaluate(TimestampWritable t) |
Modifier and Type | Field and Description |
---|---|
protected TimestampWritable |
GenericUDFCurrentTimestamp.currentTimestamp |
protected TimestampWritable |
GenericUDFOPDTIPlus.timestampResult |
protected TimestampWritable |
GenericUDFOPDTIMinus.timestampResult |
Modifier and Type | Method and Description |
---|---|
TimestampWritable |
GenericUDFCurrentTimestamp.getCurrentTimestamp() |
protected TimestampWritable |
GenericUDFOPDTIPlus.handleTimestampResult(Timestamp result) |
protected TimestampWritable |
GenericUDFOPDTIMinus.handleTimestampResult(Timestamp result) |
Modifier and Type | Method and Description |
---|---|
void |
GenericUDFCurrentTimestamp.setCurrentTimestamp(TimestampWritable currentTimestamp) |
Modifier and Type | Method and Description |
---|---|
static void |
BinarySortableSerDe.serializeTimestampWritable(ByteStream.Output buffer,
TimestampWritable t,
boolean invert) |
Modifier and Type | Field and Description |
---|---|
protected TimestampWritable |
DeserializeRead.ReadTimestampResults.timestampWritable |
Modifier and Type | Method and Description |
---|---|
int |
TimestampWritable.compareTo(TimestampWritable t) |
void |
TimestampWritable.set(TimestampWritable t) |
Constructor and Description |
---|
TimestampWritable(TimestampWritable t) |
Modifier and Type | Method and Description |
---|---|
TimestampWritable |
LazyTimestamp.getWritableObject() |
Modifier and Type | Method and Description |
---|---|
static void |
LazyTimestamp.writeUTF8(OutputStream out,
TimestampWritable i)
Writes a Timestamp in JDBC timestamp format to the output stream
|
Modifier and Type | Method and Description |
---|---|
TimestampWritable |
WritableTimestampObjectInspector.getPrimitiveWritableObject(Object o) |
TimestampWritable |
TimestampObjectInspector.getPrimitiveWritableObject(Object o) |
TimestampWritable |
JavaTimestampObjectInspector.getPrimitiveWritableObject(Object o) |
TimestampWritable |
WritableConstantTimestampObjectInspector.getWritableConstantValue() |
Modifier and Type | Method and Description |
---|---|
Object |
WritableTimestampObjectInspector.set(Object o,
TimestampWritable t) |
Object |
SettableTimestampObjectInspector.set(Object o,
TimestampWritable t) |
Object |
JavaTimestampObjectInspector.set(Object o,
TimestampWritable tw) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.