java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.Date
public final class Date
extends com.google.flatbuffers.Table
Date is either a 32-bit or 64-bit signed integer type representing an
 elapsed time since UNIX epoch (1970-01-01), stored in either of two units:
 * Milliseconds (64 bits) indicating UNIX time elapsed since the epoch (no
   leap seconds), where the values are evenly divisible by 86400000
 * Days (32 bits) since the UNIX epoch
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class com.google.flatbuffers.Tablebb, bb_pos
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static voidaddUnit(com.google.flatbuffers.FlatBufferBuilder builder, short unit) static intcreateDate(com.google.flatbuffers.FlatBufferBuilder builder, short unit) static intendDate(com.google.flatbuffers.FlatBufferBuilder builder) static DategetRootAsDate(ByteBuffer _bb) static DategetRootAsDate(ByteBuffer _bb, Date obj) static voidstartDate(com.google.flatbuffers.FlatBufferBuilder builder) shortunit()static voidMethods inherited from class com.google.flatbuffers.Table__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
- 
Constructor Details- 
Datepublic Date()
 
- 
- 
Method Details- 
ValidateVersionpublic static void ValidateVersion()
- 
getRootAsDate
- 
getRootAsDate
- 
__init
- 
__assign
- 
unitpublic short unit()
- 
createDatepublic static int createDate(com.google.flatbuffers.FlatBufferBuilder builder, short unit) 
- 
startDatepublic static void startDate(com.google.flatbuffers.FlatBufferBuilder builder) 
- 
addUnitpublic static void addUnit(com.google.flatbuffers.FlatBufferBuilder builder, short unit) 
- 
endDatepublic static int endDate(com.google.flatbuffers.FlatBufferBuilder builder) 
 
-