FileSystemDatasetFactory

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrowdataset.file_format.FileFormat fileFormat)

Members

Functions

addPath
bool addPath(string path)
finish
arrowdataset.file_system_dataset.FileSystemDataset finish(arrowdataset.finish_options.FinishOptions options)
self
FileSystemDatasetFactory self()

Returns this, for use in with statements.

setFileSystem
bool setFileSystem(arrow.file_system.FileSystem fileSystem)
setFileSystemUri
bool setFileSystemUri(string uri)

Properties

fileSystem
arrow.file_system.FileSystem fileSystem [@property getter]

Get fileSystem property.

gType
GType gType [@property getter]
partitionBaseDir
string partitionBaseDir [@property getter]

Get partitionBaseDir property.

partitionBaseDir
string partitionBaseDir [@property setter]

Set partitionBaseDir property.

partitioning
arrowdataset.partitioning.Partitioning partitioning [@property getter]

Get partitioning property.

partitioning
arrowdataset.partitioning.Partitioning partitioning [@property setter]

Set partitioning property.

Static functions

getGType
GType getGType()

Inherited Members

From DatasetFactory

getGType
GType getGType()
gType
GType gType [@property getter]
self
DatasetFactory self()

Returns this, for use in with statements.

finish
arrowdataset.dataset.Dataset finish(arrowdataset.finish_options.FinishOptions options)