| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
TableResult |
TableResult.position(long position) |
TableResult |
TableResult.put(TableResult other)
Copy-assignment operator.
|
TableResult |
TableReader.Read()
Read the entire CSV file and convert it to a Arrow Table
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TableResult.Equals(TableResult other)
Compare to another Result.
|
TableResult |
TableResult.put(TableResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
TableResult(TableResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TableResult |
Scanner.ToTable()
\brief Convert a Scanner into a Table.
|
| Modifier and Type | Method and Description |
|---|---|
static TableResult |
arrow.ConcatenateTables(TableVector tables) |
static TableResult |
arrow.ConcatenateTables(TableVector tables,
ConcatenateTablesOptions options,
MemoryPool memory_pool)
\brief Construct table from multiple input tables.
|
static TableResult |
arrow.PromoteTableToSchema(Table table,
Schema schema) |
static TableResult |
arrow.PromoteTableToSchema(Table table,
Schema schema,
MemoryPool pool)
\brief Promotes a table to conform to the given schema.
|
Copyright © 2020. All rights reserved.