arrowdataset.finish_options
Module for [FinishOptions] class
Types 3
Methods
FinishOptions self()Returns `this`, for use in `with` statements.FinishOptionsGidBuilder builder()Get builder for [arrowdataset.finish_options.FinishOptions] Returns: New builder objectint 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.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 chainingT schema(arrow.schema.Schema propval)Set `schema` property. Params: propval = The schema to finalize the dataset's schema. Returns: Builder instance for fluent chainingT validateFragments(bool propval)Set `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