| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
ChunkedArrayVector |
ChunkedArrayVectorResult.access() |
ChunkedArrayVector |
Table.columns()
\brief Return vector of all columns for table
|
ChunkedArrayVector |
ChunkedArrayVectorResult.MoveValueUnsafe() |
ChunkedArrayVector |
ChunkedArrayVectorResult.multiply() |
ChunkedArrayVector |
ChunkedArrayVector.push_back(ChunkedArray value) |
ChunkedArrayVector |
ChunkedArrayVector.put(ChunkedArray... array) |
ChunkedArrayVector |
ChunkedArrayVector.put(ChunkedArray value) |
ChunkedArrayVector |
ChunkedArrayVector.put(ChunkedArrayVector x) |
ChunkedArrayVector |
ChunkedArrayVector.put(long i,
ChunkedArray value) |
ChunkedArrayVector |
ChunkedArrayVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
ChunkedArrayVector |
ChunkedArrayVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.Make(Schema schema,
ChunkedArrayVector columns) |
static Table |
Table.Make(Schema schema,
ChunkedArrayVector columns,
long num_rows)
\brief Construct a Table from schema and columns
If columns is zero-length, the table's number of rows is zero
|
ChunkedArrayVector |
ChunkedArrayVector.put(ChunkedArrayVector x) |
| Constructor and Description |
|---|
ChunkedArrayVectorResult(ChunkedArrayVector value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.