| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
BoolResult |
DictionaryMemo.AddOrReplaceDictionary(long id,
ArrayData dictionary)
\brief Add a dictionary to the memo if it does not have one with the id,
otherwise, replace the dictionary with the new one.
|
BoolResult |
BoolResult.getPointer(long i) |
BoolResult |
BoolResult.position(long position) |
BoolResult |
BoolResult.put(BoolResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoolResult.Equals(BoolResult other)
Compare to another Result.
|
BoolResult |
BoolResult.put(BoolResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
BoolResult(BoolResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BoolResult |
ParquetFileFormat.IsSupported(FileSource source) |
BoolResult |
IpcFileFormat.IsSupported(FileSource source) |
BoolResult |
FileFormat.IsSupported(FileSource source)
\brief Indicate if the FileSource is supported/readable by this format.
|
BoolResult |
CsvFileFormat.IsSupported(FileSource source) |
Copyright © 2021. All rights reserved.