| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TeradataBinaryDataOutputStream.writeDate(DateWritableV2 date)
Write DATE.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.