| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
StreamingReaderResult |
StreamingReaderResult.getPointer(long i) |
static StreamingReaderResult |
StreamingReader.Make(MemoryPool pool,
InputStream input,
ReadOptions arg2,
CsvParseOptions arg3,
ConvertOptions arg4)
Create a StreamingReader instance
Currently, the StreamingReader is always single-threaded (parallel
readahead is not supported).
|
StreamingReaderResult |
StreamingReaderResult.position(long position) |
StreamingReaderResult |
StreamingReaderResult.put(StreamingReaderResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamingReaderResult.Equals(StreamingReaderResult other)
Compare to another Result.
|
StreamingReaderResult |
StreamingReaderResult.put(StreamingReaderResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
StreamingReaderResult(StreamingReaderResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.