arrowdataset.finish_options
Module for [FinishOptions] class
Types 3
Methods
FinishOptionsGidBuilder builder() static nothrowGet builder for [arrowdataset.finish_options.FinishOptions] Returns: New builder objectint 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.Fluent builder implementation template for arrowdataset.finish_options.FinishOptions
Methods
T finishOptions(void * propval) nothrowT inspectNFragments(int propval) nothrowSet `inspectNFragments` property. Params: propval = The number of fragments to be used to inspect schema. Returns: Builder instance for fluent chainingT schema(arrow.schema.Schema propval) nothrowSet `schema` property. Params: propval = The schema to finalize the dataset's schema. Returns: Builder instance for fluent chainingT validateFragments(bool propval) nothrowSet `validateFragments` property. Params: propval = Whether validate fragments against the given schema or not. Returns: Builder instance for fluent chainingFluent builder for arrowdataset.finish_options.FinishOptions
Methods