| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
Status |
DayTimeIntervalBuilder.Append(DayTimeIntervalType.DayMilliseconds val)
Append a single scalar and increase the size if necessary.
|
Status |
DayTimeIntervalBuilder.Append(DayTimeIntervalType.DayMilliseconds val)
Append a single scalar and increase the size if necessary.
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
byte[] valid_bytes) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
byte[] valid_bytes) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
byte[] bitmap,
long bitmap_offset) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
byte[] bitmap,
long bitmap_offset) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
ByteBuffer valid_bytes) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
ByteBuffer valid_bytes) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
ByteBuffer bitmap,
long bitmap_offset) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
ByteBuffer bitmap,
long bitmap_offset) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BytePointer bitmap,
long bitmap_offset)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BytePointer bitmap,
long bitmap_offset)
\brief Append a sequence of elements in one shot
|
boolean |
DayTimeIntervalType.DayMilliseconds.equals(DayTimeIntervalType.DayMilliseconds other) |
boolean |
DayTimeIntervalType.DayMilliseconds.equals(DayTimeIntervalType.DayMilliseconds other) |
boolean |
DayTimeIntervalType.DayMilliseconds.lessThan(DayTimeIntervalType.DayMilliseconds other) |
boolean |
DayTimeIntervalType.DayMilliseconds.lessThan(DayTimeIntervalType.DayMilliseconds other) |
boolean |
DayTimeIntervalType.DayMilliseconds.notEquals(DayTimeIntervalType.DayMilliseconds other) |
boolean |
DayTimeIntervalType.DayMilliseconds.notEquals(DayTimeIntervalType.DayMilliseconds other) |
void |
DayTimeIntervalBuilder.UnsafeAppend(DayTimeIntervalType.DayMilliseconds val)
Append a single scalar under the assumption that the underlying Buffer is
large enough.
|
void |
DayTimeIntervalBuilder.UnsafeAppend(DayTimeIntervalType.DayMilliseconds val)
Append a single scalar under the assumption that the underlying Buffer is
large enough.
|
| Constructor and Description |
|---|
BaseBaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value,
DataType type) |
BaseBaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value,
DataType type) |
BaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value) |
BaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value) |
BaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value,
DataType type) |
BaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value,
DataType type) |
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
arrow.shiftLeft(Pointer os,
DayTimeIntervalType.DayMilliseconds interval) |
static Pointer |
arrow.shiftLeft(Pointer os,
DayTimeIntervalType.DayMilliseconds interval) |
Copyright © 2022. All rights reserved.