public final class TimestampUtils extends Object
| Constructor and Description |
|---|
TimestampUtils() |
| Modifier and Type | Method and Description |
|---|---|
static long |
daysToNanoseconds(long daysSinceEpoch) |
static HiveIntervalDayTimeWritable |
intervalDayTimeColumnVectorWritable(IntervalDayTimeColumnVector intervalDayTimeColVector,
int elementNum,
HiveIntervalDayTimeWritable intervalDayTimeWritable) |
static TimestampWritableV2 |
timestampColumnVectorWritable(TimestampColumnVector timestampColVector,
int elementNum,
TimestampWritableV2 timestampWritable) |
static String |
timestampScalarTypeToString(Object o) |
public static long daysToNanoseconds(long daysSinceEpoch)
public static TimestampWritableV2 timestampColumnVectorWritable(TimestampColumnVector timestampColVector, int elementNum, TimestampWritableV2 timestampWritable)
public static HiveIntervalDayTimeWritable intervalDayTimeColumnVectorWritable(IntervalDayTimeColumnVector intervalDayTimeColVector, int elementNum, HiveIntervalDayTimeWritable intervalDayTimeWritable)
Copyright © 2024 The Apache Software Foundation. All rights reserved.