| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
static SourceFactoryResult |
FileSystemSourceFactory.Make(FileSystem filesystem,
FileSelector selector,
FileFormat format,
FileSystemFactoryOptions options)
If options.partition_base_dir is not provided, it will be overwritten
/** with selector.base_dir.
|
static SourceFactoryResult |
FileSystemSourceFactory.Make(FileSystem filesystem,
StringVector paths,
FileFormat format,
FileSystemFactoryOptions options)
\brief Build a FileSystemSourceFactory from an explicit list of
paths.
|
SourceFactoryResult |
SourceFactoryResult.position(long position) |
SourceFactoryResult |
SourceFactoryResult.put(SourceFactoryResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SourceFactoryResult.Equals(SourceFactoryResult other)
Compare to another Result.
|
SourceFactoryResult |
SourceFactoryResult.put(SourceFactoryResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
SourceFactoryResult(SourceFactoryResult other)
Copy constructor.
|
Copyright © 2020. All rights reserved.