|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateWritable | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.io.orc | The Optimized Row Columnar (ORC) File Format. |
org.apache.hadoop.hive.ql.udf | |
org.apache.hadoop.hive.serde2.io | |
org.apache.hadoop.hive.serde2.lazy | |
org.apache.hadoop.hive.serde2.objectinspector.primitive |
Uses of DateWritable in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec with parameters of type DateWritable | |
---|---|
void |
TestFunctionRegistry.TestUDF.mismatch(DateWritable x,
HiveDecimalWritable y)
|
void |
TestFunctionRegistry.TestUDF.typeaffinity1(DateWritable x)
|
Uses of DateWritable in org.apache.hadoop.hive.ql.io.orc |
---|
Methods in org.apache.hadoop.hive.ql.io.orc that return DateWritable | |
---|---|
DateWritable |
DateColumnStatistics.getMaximum()
Get the maximum value for the column. |
DateWritable |
DateColumnStatistics.getMinimum()
Get the minimum value for the column. |
Uses of DateWritable in org.apache.hadoop.hive.ql.udf |
---|
Methods in org.apache.hadoop.hive.ql.udf with parameters of type DateWritable | |
---|---|
Text |
UDFDate.evaluate(DateWritable d)
|
IntWritable |
UDFMonth.evaluate(DateWritable d)
|
IntWritable |
UDFWeekOfYear.evaluate(DateWritable d)
|
IntWritable |
UDFDayOfMonth.evaluate(DateWritable d)
|
IntWritable |
UDFYear.evaluate(DateWritable d)
|
Text |
UDFToString.evaluate(DateWritable d)
|
BooleanWritable |
UDFToBoolean.evaluate(DateWritable d)
|
IntWritable |
UDFDateDiff.evaluate(DateWritable d1,
DateWritable d2)
|
Text |
UDFDateAdd.evaluate(DateWritable d,
IntWritable days)
|
Text |
UDFDateSub.evaluate(DateWritable d,
IntWritable days)
|
IntWritable |
UDFDateDiff.evaluate(DateWritable d,
Text dateString)
|
IntWritable |
UDFDateDiff.evaluate(DateWritable d,
TimestampWritable t)
|
IntWritable |
UDFDateDiff.evaluate(Text dateString,
DateWritable d)
|
IntWritable |
UDFDateDiff.evaluate(TimestampWritable t,
DateWritable d)
|
Uses of DateWritable in org.apache.hadoop.hive.serde2.io |
---|
Methods in org.apache.hadoop.hive.serde2.io with parameters of type DateWritable | |
---|---|
int |
DateWritable.compareTo(DateWritable d)
|
void |
DateWritable.set(DateWritable d)
|
Constructors in org.apache.hadoop.hive.serde2.io with parameters of type DateWritable | |
---|---|
DateWritable(DateWritable d)
|
Uses of DateWritable in org.apache.hadoop.hive.serde2.lazy |
---|
Methods in org.apache.hadoop.hive.serde2.lazy with parameters of type DateWritable | |
---|---|
static void |
LazyDate.writeUTF8(OutputStream out,
DateWritable d)
Writes a Date in SQL date format to the output stream. |
Uses of DateWritable in org.apache.hadoop.hive.serde2.objectinspector.primitive |
---|
Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return DateWritable | |
---|---|
DateWritable |
WritableDateObjectInspector.getPrimitiveWritableObject(Object o)
|
DateWritable |
JavaDateObjectInspector.getPrimitiveWritableObject(Object o)
|
DateWritable |
DateObjectInspector.getPrimitiveWritableObject(Object o)
|
DateWritable |
WritableConstantDateObjectInspector.getWritableConstantValue()
|
Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type DateWritable | |
---|---|
Object |
WritableDateObjectInspector.set(Object o,
DateWritable d)
|
Object |
SettableDateObjectInspector.set(Object o,
DateWritable d)
|
Object |
JavaDateObjectInspector.set(Object o,
DateWritable d)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |