| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalType.DayMilliseconds.days(int setter) |
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalBuilder.get(long index) |
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalType.DayMilliseconds.getPointer(long i) |
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalBuilder.GetValue(long index) |
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalArray.GetValue(long i) |
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalArray.GetView(long i) |
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalType.DayMilliseconds.milliseconds(int setter) |
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalType.DayMilliseconds.position(long position) |
DayTimeIntervalType.DayMilliseconds |
DayTimeIntervalArray.Value(long i) |
| Modifier and Type | Method and Description |
|---|---|
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,
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,
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,
ByteBuffer valid_bytes) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
boolean |
DayTimeIntervalType.DayMilliseconds.equals(DayTimeIntervalType.DayMilliseconds other) |
boolean |
DayTimeIntervalType.DayMilliseconds.lessThan(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.
|
| Constructor and Description |
|---|
BaseBaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value,
DataType type) |
BaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value) |
BaseDayTimeIntervalScalar(DayTimeIntervalType.DayMilliseconds value,
DataType type) |
Copyright © 2021. All rights reserved.