@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class FileSystemSourceFactory extends SourceFactory
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FileSystemSourceFactory(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SourceResult |
Finish(Schema schema)
\brief Create a Source with the given schema.
|
SchemaVectorResult |
InspectSchemas()
\brief Get the schemas of the Fragments and Partitioning.
|
static SourceFactoryResult |
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 |
Make(FileSystem filesystem,
StringVector paths,
FileFormat format,
FileSystemFactoryOptions options)
\brief Build a FileSystemSourceFactory from an explicit list of
paths.
|
Finish, Inspect, root_partition, SetRootPartitionaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FileSystemSourceFactory(Pointer p)
Pointer.Pointer(Pointer).@ByVal public static SourceFactoryResult Make(@SharedPtr FileSystem filesystem, @Const @ByRef StringVector paths, @SharedPtr FileFormat format, @ByVal FileSystemFactoryOptions options)
filesystem - [in] passed to FileSystemSourcepaths - [in] passed to FileSystemSourceformat - [in] passed to FileSystemSourceoptions - [in] see FileSystemFactoryOptions for more information.@ByVal public static SourceFactoryResult Make(@SharedPtr FileSystem filesystem, @ByVal FileSelector selector, @SharedPtr FileFormat format, @ByVal FileSystemFactoryOptions options)
@ByVal public SchemaVectorResult InspectSchemas()
SourceFactoryInspectSchemas in class SourceFactory@ByVal public SourceResult Finish(@Const @SharedPtr @ByRef Schema schema)
SourceFactoryFinish in class SourceFactoryCopyright © 2020. All rights reserved.