| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
FileInfo.getPointer(long i) |
FileInfo |
PathForest.Ref.info() |
FileInfo |
PathForest.infos() |
FileInfo |
FileInfoVectorResult.MoveValueUnsafe() |
FileInfo |
FileInfoResult.MoveValueUnsafe() |
FileInfo |
FileInfoVectorResult.multiply() |
FileInfo |
FileInfoResult.multiply() |
FileInfo |
FileInfo.position(long position) |
FileInfo |
FileInfo.put(FileInfo arg0) |
FileInfo |
FileInfoVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
FileInfo |
FileInfoResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
FileInfo |
FileInfoVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
FileInfo |
FileInfoResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
long |
FileInfo.ByPath.apply(FileInfo i) |
boolean |
FileInfo.ByPath.apply(FileInfo l,
FileInfo r) |
boolean |
FileInfo.Equals(FileInfo other) |
static FileSystemResult |
MockFileSystem.Make(Pointer current_time,
FileInfo infos) |
static PathForestResult |
PathForest.MakeFromPreSorted(FileInfo sorted_infos)
Make a PathForest from a FileInfo vector which is already sorted in a
depth first visitation order.
|
RandomAccessFileResult |
SubTreeFileSystem.OpenInputFile(FileInfo info) |
RandomAccessFileResult |
SlowFileSystem.OpenInputFile(FileInfo info) |
RandomAccessFileResult |
FileSystem.OpenInputFile(FileInfo info)
Open an input file for random access reading.
|
InputStreamResult |
SubTreeFileSystem.OpenInputStream(FileInfo info) |
InputStreamResult |
SlowFileSystem.OpenInputStream(FileInfo info) |
InputStreamResult |
FileSystem.OpenInputStream(FileInfo info)
Open an input stream for sequential reading.
|
FileInfo |
FileInfo.put(FileInfo arg0) |
| Constructor and Description |
|---|
FileInfo(FileInfo arg0) |
FileInfoResult(FileInfo value)
Constructs a Result object that contains
value. |
FileInfoVectorResult(FileInfo value)
Constructs a Result object that contains
value. |
| Constructor and Description |
|---|
FileSource(FileInfo info,
FileSystem filesystem) |
FileSource(FileInfo info,
FileSystem filesystem,
Compression.type compression) |
FileSource(FileInfo info,
FileSystem filesystem,
int compression) |
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
arrow.shiftLeft(Pointer os,
FileInfo arg1) |
static StringVector |
arrow_dataset.StripPrefixAndFilename(FileInfo files,
BytePointer prefix) |
static StringVector |
arrow_dataset.StripPrefixAndFilename(FileInfo files,
String prefix)
\brief Vector version of StripPrefixAndFilename.
|
Copyright © 2021. All rights reserved.