| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| 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 |
Decimal128Type
\brief Concrete type class for 128-bit decimal data
Arrow decimals are fixed-point decimal numbers encoded as a scaled
integer.
|
class |
Decimal256Type
\brief Concrete type class for 256-bit decimal data
Arrow decimals are fixed-point decimal numbers encoded as a scaled
integer.
|
class |
DecimalType
\brief Base type class for (fixed-size) decimal data
|
class |
DictionaryType
\brief Dictionary-encoded value type with data-dependent
dictionary.
|
class |
DurationType
\brief Represents an elapsed time without any relation to a calendar artifact.
|
class |
FixedSizeBinaryType
\brief Concrete type class for fixed-size binary data
|
class |
FloatingPointType
\brief Base class for all floating-point data types
|
class |
IntegerType
\brief Base class for all integral data types
|
class |
IntervalType |
class |
MonthIntervalType
\brief Represents a number of months.
|
class |
NumberType
\brief Base class for all numeric data types
|
class |
PrimitiveCType
\brief Base class for all data types representing primitive values
|
class |
TemporalType
\brief Base type for all date and time types
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.ComputeColumnMajorStrides(FixedWidthType type,
long[] shape,
long[] strides) |
static Status |
arrow.ComputeColumnMajorStrides(FixedWidthType type,
LongBuffer shape,
LongBuffer strides) |
static Status |
arrow.ComputeColumnMajorStrides(FixedWidthType type,
LongPointer shape,
LongPointer strides) |
static Status |
arrow.ComputeRowMajorStrides(FixedWidthType type,
long[] shape,
long[] strides) |
static Status |
arrow.ComputeRowMajorStrides(FixedWidthType type,
LongBuffer shape,
LongBuffer strides) |
static Status |
arrow.ComputeRowMajorStrides(FixedWidthType type,
LongPointer shape,
LongPointer strides) |
Copyright © 2021. All rights reserved.