public class OrcTimestamp extends Timestamp implements WritableComparable<Date>
Constructor and Description |
---|
OrcTimestamp() |
OrcTimestamp(long time) |
OrcTimestamp(String timeStr) |
Modifier and Type | Method and Description |
---|---|
void |
readFields(DataInput input) |
void |
set(String timeStr) |
void |
write(DataOutput output) |
after, before, compareTo, compareTo, equals, equals, from, getNanos, getTime, hashCode, setNanos, setTime, toInstant, toLocalDateTime, toString, valueOf, valueOf
after, before, clone, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTimezoneOffset, getYear, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTC
finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
public OrcTimestamp()
public OrcTimestamp(long time)
public OrcTimestamp(String timeStr)
public void write(DataOutput output) throws IOException
write
in interface Writable
IOException
public void readFields(DataInput input) throws IOException
readFields
in interface Writable
IOException
public void set(String timeStr)
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.