arrow.local_file_system_options

Module for [LocalFileSystemOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
LocalFileSystemOptions self() nothrowReturns `this`, for use in `with` statements.
LocalFileSystemOptionsGidBuilder builder() static nothrowGet builder for [arrow.local_file_system_options.LocalFileSystemOptions] Returns: New builder object
bool useMmap() @property nothrowGet `useMmap` property. Returns: Whether open_input_stream and open_input_file return a mmap'ed file, or a regular one.
void useMmap(bool propval) @property nothrowSet `useMmap` property. Params: propval = Whether open_input_stream and open_input_file return a mmap'ed file, or a regular one.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.local_file_system_options.LocalFileSystemOptions

Methods
T useMmap(bool propval) nothrowSet `useMmap` property. Params: propval = Whether open_input_stream and open_input_file return a mmap'ed file, or a regular one. Returns: Builder instance for fluent chaining