org.apache.hadoop.hive.ql.exec.vector
Class TimestampUtils
java.lang.Object
org.apache.hadoop.hive.ql.exec.vector.TimestampUtils
public final class TimestampUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampUtils
public TimestampUtils()
assignTimeInNanoSec
public static void assignTimeInNanoSec(long timeInNanoSec,
Timestamp t)
- Store the given timestamp in nanoseconds into the timestamp object.
- Parameters:
timeInNanoSec - Given timestamp in nanosecondst - The timestamp object
getTimeNanoSec
public static long getTimeNanoSec(Timestamp t)
Copyright © 2014 The Apache Software Foundation. All rights reserved.