arrowdataset.finish_options

Module for [FinishOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FinishOptions self() nothrowReturns `this`, for use in `with` statements.
FinishOptionsGidBuilder builder() static nothrowGet builder for [arrowdataset.finish_options.FinishOptions] Returns: New builder object
int inspectNFragments() @property nothrowGet `inspectNFragments` property. Returns: The number of fragments to be used to inspect schema.
void inspectNFragments(int propval) @property nothrowSet `inspectNFragments` property. Params: propval = The number of fragments to be used to inspect schema.
arrow.schema.Schema schema() @property nothrowGet `schema` property. Returns: The schema to finalize the dataset's schema.
void schema(arrow.schema.Schema propval) @property nothrowSet `schema` property. Params: propval = The schema to finalize the dataset's schema.
bool validateFragments() @property nothrowGet `validateFragments` property. Returns: Whether validate fragments against the given schema or not.
void validateFragments(bool propval) @property nothrowSet `validateFragments` property. Params: propval = Whether validate fragments against the given schema or not.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrowdataset.finish_options.FinishOptions

Methods
T finishOptions(void * propval) nothrow
T inspectNFragments(int propval) nothrowSet `inspectNFragments` property. Params: propval = The number of fragments to be used to inspect schema. Returns: Builder instance for fluent chaining
T schema(arrow.schema.Schema propval) nothrowSet `schema` property. Params: propval = The schema to finalize the dataset's schema. Returns: Builder instance for fluent chaining
T validateFragments(bool propval) nothrowSet `validateFragments` property. Params: propval = Whether validate fragments against the given schema or not. Returns: Builder instance for fluent chaining
Methods
FinishOptions build() nothrowCreate object from builder. Returns: New object