| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
LongOptionalFuture |
LongOptionalFuture.getPointer(long i) |
LongOptionalFuture |
LongOptionalFuture.getPointer(long i) |
static LongOptionalFuture |
LongOptionalFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static LongOptionalFuture |
LongOptionalFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static LongOptionalFuture |
LongOptionalFuture.MakeFinished(LongOptionalResult res)
\brief Producer API: instantiate a finished Future
|
static LongOptionalFuture |
LongOptionalFuture.MakeFinished(LongOptionalResult res)
\brief Producer API: instantiate a finished Future
|
LongOptionalFuture |
LongOptionalFuture.position(long position) |
LongOptionalFuture |
LongOptionalFuture.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
LongOptionalFuture |
FileFragment.CountRows(Expression predicate,
ScanOptions options) |
LongOptionalFuture |
Fragment.CountRows(Expression predicate,
ScanOptions options)
\brief Count the number of rows in this fragment matching the filter using metadata
only.
|
LongOptionalFuture |
InMemoryFragment.CountRows(Expression predicate,
ScanOptions options) |
LongOptionalFuture |
InMemoryFragment.CountRows(Expression predicate,
ScanOptions options) |
LongOptionalFuture |
Fragment.CountRows(Expression predicate,
ScanOptions options)
\brief Count the number of rows in this fragment matching the filter using metadata
only.
|
LongOptionalFuture |
FileFragment.CountRows(Expression predicate,
ScanOptions options) |
LongOptionalFuture |
CsvFileFormat.CountRows(FileFragment file,
Expression predicate,
ScanOptions options) |
LongOptionalFuture |
FileFormat.CountRows(FileFragment file,
Expression predicate,
ScanOptions options) |
LongOptionalFuture |
IpcFileFormat.CountRows(FileFragment file,
Expression predicate,
ScanOptions options) |
LongOptionalFuture |
ParquetFileFormat.CountRows(FileFragment file,
Expression predicate,
ScanOptions options) |
LongOptionalFuture |
ParquetFileFormat.CountRows(FileFragment file,
Expression predicate,
ScanOptions options) |
LongOptionalFuture |
IpcFileFormat.CountRows(FileFragment file,
Expression predicate,
ScanOptions options) |
LongOptionalFuture |
FileFormat.CountRows(FileFragment file,
Expression predicate,
ScanOptions options) |
LongOptionalFuture |
CsvFileFormat.CountRows(FileFragment file,
Expression predicate,
ScanOptions options) |
Copyright © 2022. All rights reserved.