Package org.apache.orc.mapred
Class OrcTimestamp
java.lang.Object
java.util.Date
java.sql.Timestamp
org.apache.orc.mapred.OrcTimestamp
- All Implemented Interfaces:
 Serializable,Cloneable,Comparable<Date>,Writable,WritableComparable<Date>
A Timestamp implementation that implements Writable.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidreadFields(DataInput input) voidvoidwrite(DataOutput output) Methods inherited from class java.sql.Timestamp
after, before, compareTo, compareTo, equals, equals, from, getNanos, getTime, hashCode, setNanos, setTime, toInstant, toLocalDateTime, toString, valueOf, valueOfMethods inherited from class java.util.Date
after, before, clone, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTimezoneOffset, getYear, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTCMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo 
- 
Constructor Details
- 
OrcTimestamp
public OrcTimestamp() - 
OrcTimestamp
public OrcTimestamp(long time)  - 
OrcTimestamp
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfaceWritable- Throws:
 IOException
 - 
readFields
- Specified by:
 readFieldsin interfaceWritable- Throws:
 IOException
 - 
set
 
 -