| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
StringResult |
KeyValueMetadata.Get(BytePointer key) |
StringResult |
KeyValueMetadata.Get(String key) |
StringResult |
StringResult.getPointer(long i) |
StringResult |
LocalFileSystem.NormalizePath(BytePointer path) |
StringResult |
SubTreeFileSystem.NormalizePath(BytePointer path) |
StringResult |
FileSystem.NormalizePath(BytePointer path) |
StringResult |
LocalFileSystem.NormalizePath(String path) |
StringResult |
SubTreeFileSystem.NormalizePath(String path) |
StringResult |
FileSystem.NormalizePath(String path)
Normalize path for the given filesystem
The default implementation of this method is a no-op, but subclasses
may allow normalizing irregular path forms (such as Windows local paths).
|
StringResult |
StringResult.position(long position) |
StringResult |
StringResult.put(StringResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StringResult.Equals(StringResult other)
Compare to another Result.
|
StringResult |
StringResult.put(StringResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
StringResult(StringResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StringResult |
Partitioning.Format(Expression expr) |
StringResult |
FunctionPartitioning.Format(Expression expr) |
StringResult |
KeyValuePartitioning.Format(Expression expr) |
Copyright © 2021. All rights reserved.