arrowdataset.file_system_dataset

Module for [FileSystemDataset] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FileSystemDataset self() nothrowReturns `this`, for use in `with` statements.
FileSystemDatasetGidBuilder builder() static nothrowGet builder for [arrowdataset.file_system_dataset.FileSystemDataset] Returns: New builder object
arrow.file_system.FileSystem fileSystem() @property nothrowGet `fileSystem` property. Returns: File system of the dataset.
arrowdataset.file_format.FileFormat format() @property nothrowGet `format` property. Returns: Format of the dataset.
arrowdataset.partitioning.Partitioning partitioning() @property nothrowGet `partitioning` property. Returns: Partitioning of the dataset.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrowdataset.file_system_dataset.FileSystemDataset

Methods
T fileSystem(arrow.file_system.FileSystem propval) nothrowSet `fileSystem` property. Params: propval = File system of the dataset. Returns: Builder instance for fluent chaining
T format(arrowdataset.file_format.FileFormat propval) nothrowSet `format` property. Params: propval = Format of the dataset. Returns: Builder instance for fluent chaining
T partitioning(arrowdataset.partitioning.Partitioning propval) nothrowSet `partitioning` property. Params: propval = Partitioning of the dataset. Returns: Builder instance for fluent chaining