| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ArrayDataResult |
DictionaryMemo.GetDictionary(long id,
MemoryPool pool)
\brief Return current dictionary corresponding to a particular
id.
|
ArrayDataResult |
ArrayDataResult.getPointer(long i) |
ArrayDataResult |
ArrayDataResult.position(long position) |
ArrayDataResult |
ArrayDataResult.put(ArrayDataResult other)
Copy-assignment operator.
|
ArrayDataResult |
ArrayData.SliceSafe(long offset,
long length)
\brief Input-checking variant of Slice
An Invalid Status is returned if the requested slice falls out of bounds.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArrayDataResult.Equals(ArrayDataResult other)
Compare to another Result.
|
ArrayDataResult |
ArrayDataResult.put(ArrayDataResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ArrayDataResult(ArrayDataResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayDataResult |
arrow.GetArrayView(ArrayData data,
DataType type)
Construct a zero-copy view of this ArrayData with the given type.
|
static ArrayDataResult |
arrow.GetTakeIndices(ArrayData filter,
FilterOptions.NullSelectionBehavior null_selection) |
static ArrayDataResult |
arrow.GetTakeIndices(ArrayData filter,
FilterOptions.NullSelectionBehavior null_selection,
MemoryPool memory_pool)
\brief Compute uint64 selection indices for use with Take given a boolean
filter
|
static ArrayDataResult |
arrow.GetTakeIndices(ArrayData filter,
int null_selection) |
static ArrayDataResult |
arrow.GetTakeIndices(ArrayData filter,
int null_selection,
MemoryPool memory_pool) |
Copyright © 2021. All rights reserved.