| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
SourceResult |
SourceFactory.Finish()
\brief Create a Source using the inspected schema.
|
SourceResult |
SourceFactory.Finish(Schema schema)
\brief Create a Source with the given schema.
|
SourceResult |
FileSystemSourceFactory.Finish(Schema schema) |
static SourceResult |
FileSystemSource.Make(Schema schema,
Expression root_partition,
FileFormat format,
FileSystem filesystem,
FileStatsVector stats)
\brief Create a FileSystemSource.
|
static SourceResult |
FileSystemSource.Make(Schema schema,
Expression root_partition,
FileFormat format,
FileSystem filesystem,
FileStatsVector stats,
ExpressionVector partitions)
\brief Create a FileSystemSource with file-level partitions.
|
static SourceResult |
FileSystemSource.Make(Schema schema,
Expression root_partition,
FileFormat format,
FileSystem filesystem,
PathForest forest,
ExpressionVector partitions)
\brief Create a FileSystemSource with file-level partitions.
|
SourceResult |
SourceResult.position(long position) |
SourceResult |
SourceResult.put(SourceResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SourceResult.Equals(SourceResult other)
Compare to another Result.
|
SourceResult |
SourceResult.put(SourceResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
SourceResult(SourceResult other)
Copy constructor.
|
Copyright © 2020. All rights reserved.