| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
ChunkedArrayVectorResult |
ChunkedArray.Flatten() |
ChunkedArrayVectorResult |
ChunkedArray.Flatten(MemoryPool pool)
\brief Flatten this chunked array as a vector of chunked arrays, one
for each struct field
|
ChunkedArrayVectorResult |
ChunkedArrayVectorResult.getPointer(long i) |
ChunkedArrayVectorResult |
ChunkedArrayVectorResult.position(long position) |
ChunkedArrayVectorResult |
ChunkedArrayVectorResult.put(ChunkedArrayVectorResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChunkedArrayVectorResult.Equals(ChunkedArrayVectorResult other)
Compare to another Result.
|
ChunkedArrayVectorResult |
ChunkedArrayVectorResult.put(ChunkedArrayVectorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ChunkedArrayVectorResult(ChunkedArrayVectorResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.