arrowdataset.finish_options

Module for [FinishOptions] class

Types 3

Methods
GType _gType() @property
FinishOptions self()Returns `this`, for use in `with` statements.
FinishOptionsGidBuilder builder()Get builder for [arrowdataset.finish_options.FinishOptions] Returns: New builder object
int inspectNFragments() @propertyGet `inspectNFragments` property. Returns: The number of fragments to be used to inspect schema.
void inspectNFragments(int propval) @propertySet `inspectNFragments` property. Params: propval = The number of fragments to be used to inspect schema.
arrow.schema.Schema schema() @propertyGet `schema` property. Returns: The schema to finalize the dataset's schema.
void schema(arrow.schema.Schema propval) @propertySet `schema` property. Params: propval = The schema to finalize the dataset's schema.
bool validateFragments() @propertyGet `validateFragments` property. Returns: Whether validate fragments against the given schema or not.
void validateFragments(bool propval) @propertySet `validateFragments` property. Params: propval = Whether validate fragments against the given schema or not.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T finishOptions(void * propval)
T inspectNFragments(int propval)Set `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)Set `schema` property. Params: propval = The schema to finalize the dataset's schema. Returns: Builder instance for fluent chaining
T validateFragments(bool propval)Set `validateFragments` property. Params: propval = Whether validate fragments against the given schema or not. Returns: Builder instance for fluent chaining

Fluent builder for [arrowdataset.finish_options.FinishOptions]