| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
TableFuture |
TableFuture.getPointer(long i) |
static TableFuture |
TableFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static TableFuture |
TableFuture.MakeFinished(TableResult res)
\brief Producer API: instantiate a finished Future
|
TableFuture |
TableFuture.position(long position) |
TableFuture |
TableReader.ReadAsync()
Read the entire CSV file and convert it to a Arrow Table
|
Copyright © 2021. All rights reserved.