| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
ChunkedArrayVector |
Table.columns()
\brief Return vector of all columns for table
|
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) |
| Modifier and Type | Method and Description |
|---|---|
Status |
ChunkedArray.Flatten(MemoryPool pool,
ChunkedArrayVector out)
\brief Flatten this chunked array as a vector of chunked arrays, one
for each struct field
|
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) |
Copyright © 2020. All rights reserved.