| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
InputStreamResult |
InputStreamResult.getPointer(long i) |
InputStreamResult |
InputStreamFuture.MoveResult()
\brief Returns an rvalue to the result.
|
InputStreamResult |
LocalFileSystem.OpenInputStream(BytePointer path) |
InputStreamResult |
MockFileSystem.OpenInputStream(BytePointer path) |
InputStreamResult |
SubTreeFileSystem.OpenInputStream(BytePointer path) |
InputStreamResult |
SlowFileSystem.OpenInputStream(BytePointer path) |
InputStreamResult |
FileSystem.OpenInputStream(BytePointer path) |
InputStreamResult |
SubTreeFileSystem.OpenInputStream(FileInfo info) |
InputStreamResult |
SlowFileSystem.OpenInputStream(FileInfo info) |
InputStreamResult |
FileSystem.OpenInputStream(FileInfo info)
Open an input stream for sequential reading.
|
InputStreamResult |
LocalFileSystem.OpenInputStream(String path) |
InputStreamResult |
MockFileSystem.OpenInputStream(String path) |
InputStreamResult |
SubTreeFileSystem.OpenInputStream(String path) |
InputStreamResult |
SlowFileSystem.OpenInputStream(String path) |
InputStreamResult |
FileSystem.OpenInputStream(String path)
Open an input stream for sequential reading.
|
InputStreamResult |
InputStreamResult.position(long position) |
InputStreamResult |
InputStreamResult.put(InputStreamResult other)
Copy-assignment operator.
|
InputStreamResult |
InputStreamFuture.result()
\brief Wait for the Future to complete and return its Result
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InputStreamResult.Equals(InputStreamResult other)
Compare to another Result.
|
static InputStreamFuture |
InputStreamFuture.MakeFinished(InputStreamResult res)
\brief Producer API: instantiate a finished Future
|
void |
InputStreamFuture.MarkFinished(InputStreamResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
InputStreamResult |
InputStreamResult.put(InputStreamResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
InputStreamFuture(InputStreamResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
InputStreamResult(InputStreamResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InputStreamResult |
FileSource.OpenCompressed() |
InputStreamResult |
FileSource.OpenCompressed(CompressionTypeOptional compression)
\brief Get an InputStream which views this file source (and decompresses if needed)
|
Copyright © 2021. All rights reserved.