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.local_file_system_options.LocalFileSystemOptions] Returns: New builder object
bool useMmap() @propertyGet `useMmap` property. Returns: Whether open_input_stream and open_input_file return a mmap'ed file, or a regular one.
void useMmap(bool propval) @propertySet `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)Set `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