arrow.local_file_system_options

Module for [LocalFileSystemOptions] class

Types 3

Methods
GType _gType() @property
LocalFileSystemOptions self()Returns `this`, for use in `with` statements.
LocalFileSystemOptionsGidBuilder builder()Get builder for [arrow.localfilesystem_options.LocalFileSystemOptions] Returns: New builder object
bool useMmap() @propertyGet `useMmap` property. Returns: Whether openinputstream and openinputfile return a mmap'ed file, or a regular one.
void useMmap(bool propval) @propertySet `useMmap` property. Params: propval = Whether openinputstream and openinputfile return a mmap'ed file, or a regular one.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T useMmap(bool propval)Set `useMmap` property. Params: propval = Whether openinputstream and openinputfile return a mmap'ed file, or a regular one. Returns: Builder instance for fluent chaining

Fluent builder for [arrow.local_file_system_options.LocalFileSystemOptions]