| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ChunkedArrayResult |
ChunkedArrayResult.getPointer(long i) |
static ChunkedArrayResult |
ChunkedArray.Make(ArrayVector chunks) |
static ChunkedArrayResult |
ChunkedArray.Make(ArrayVector chunks,
DataType type) |
ChunkedArrayResult |
ChunkedArrayResult.position(long position) |
ChunkedArrayResult |
ChunkedArrayResult.put(ChunkedArrayResult other)
Copy-assignment operator.
|
static ChunkedArrayResult |
DictionaryUnifier.UnifyChunkedArray(ChunkedArray array) |
static ChunkedArrayResult |
DictionaryUnifier.UnifyChunkedArray(ChunkedArray array,
MemoryPool pool)
\brief Unify dictionaries accross array chunks
The dictionaries in the array chunks will be unified, their indices
accordingly transposed.
|
ChunkedArrayResult |
ChunkedArray.View(DataType type)
Construct a zero-copy view of this chunked array with the given
type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChunkedArrayResult.Equals(ChunkedArrayResult other)
Compare to another Result.
|
ChunkedArrayResult |
ChunkedArrayResult.put(ChunkedArrayResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ChunkedArrayResult(ChunkedArrayResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ChunkedArrayResult |
arrow.Take(Array values,
ChunkedArray indices)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(Array values,
ChunkedArray indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
Array indices)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
Array indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
ChunkedArray indices)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
ChunkedArray indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
Copyright © 2021. All rights reserved.