| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Class and Description |
|---|---|
class |
Date32Type
Concrete type class for 32-bit date data (as number of days since UNIX epoch)
|
class |
Date64Type
Concrete type class for 64-bit date data (as number of milliseconds since UNIX epoch)
|
class |
DateType
\brief Base type class for date data
|
class |
DayTimeIntervalType
\brief Represents a number of days and milliseconds (fraction of day).
|
class |
DurationType
\brief Represents an elapsed time without any relation to a calendar artifact.
|
class |
IntervalType |
class |
MonthIntervalType
\brief Represents a number of months.
|
class |
Time32Type
Concrete type class for 32-bit time data (as number of seconds or milliseconds
since midnight)
|
class |
Time64Type
Concrete type class for 64-bit time data (as number of microseconds or nanoseconds
since midnight)
|
class |
TimestampType
\brief Concrete type class for datetime data (as number of seconds, milliseconds,
microseconds or nanoseconds since UNIX epoch)
If supplied, the timezone string should take either the form (i) "Area/Location",
with values drawn from the names in the IANA Time Zone Database (such as
"Europe/Zurich"); or (ii) "(+|-)HH:MM" indicating an absolute offset from GMT
(such as "-08:00").
|
class |
TimeType
Base type class for time data
|
Copyright © 2021. All rights reserved.