| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessFileResult |
RandomAccessFileResult.getPointer(long i) |
static RandomAccessFileResult |
ArrowBuffer.GetReader(ArrowBuffer arg0)
\brief Get a RandomAccessFile for reading a buffer
The returned file object reads from this buffer's underlying memory.
|
RandomAccessFileResult |
RandomAccessFileFuture.MoveResult()
\brief Returns an rvalue to the result.
|
RandomAccessFileResult |
LocalFileSystem.OpenInputFile(BytePointer path) |
RandomAccessFileResult |
MockFileSystem.OpenInputFile(BytePointer path) |
RandomAccessFileResult |
SubTreeFileSystem.OpenInputFile(BytePointer path) |
RandomAccessFileResult |
SlowFileSystem.OpenInputFile(BytePointer path) |
RandomAccessFileResult |
FileSystem.OpenInputFile(BytePointer path) |
RandomAccessFileResult |
SubTreeFileSystem.OpenInputFile(FileInfo info) |
RandomAccessFileResult |
SlowFileSystem.OpenInputFile(FileInfo info) |
RandomAccessFileResult |
FileSystem.OpenInputFile(FileInfo info)
Open an input file for random access reading.
|
RandomAccessFileResult |
LocalFileSystem.OpenInputFile(String path) |
RandomAccessFileResult |
MockFileSystem.OpenInputFile(String path) |
RandomAccessFileResult |
SubTreeFileSystem.OpenInputFile(String path) |
RandomAccessFileResult |
SlowFileSystem.OpenInputFile(String path) |
RandomAccessFileResult |
FileSystem.OpenInputFile(String path)
Open an input file for random access reading.
|
RandomAccessFileResult |
RandomAccessFileResult.position(long position) |
RandomAccessFileResult |
RandomAccessFileResult.put(RandomAccessFileResult other)
Copy-assignment operator.
|
RandomAccessFileResult |
RandomAccessFileFuture.result()
\brief Wait for the Future to complete and return its Result
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RandomAccessFileResult.Equals(RandomAccessFileResult other)
Compare to another Result.
|
static RandomAccessFileFuture |
RandomAccessFileFuture.MakeFinished(RandomAccessFileResult res)
\brief Producer API: instantiate a finished Future
|
void |
RandomAccessFileFuture.MarkFinished(RandomAccessFileResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
RandomAccessFileResult |
RandomAccessFileResult.put(RandomAccessFileResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RandomAccessFileFuture(RandomAccessFileResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
RandomAccessFileResult(RandomAccessFileResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RandomAccessFileResult |
FileSource.Open()
\brief Get a RandomAccessFile which views this file source
|
Copyright © 2021. All rights reserved.