PartitioningFactoryOptions.schema

arrow.schema.Schema schema() @property

Get schema property.

Returns

Optionally, an expected schema can be provided, in which case

inference will only check discovered fields against the schema and update internal state (such as dictionaries).

void schema(arrow.schema.Schema propval) @property

Set schema property.

Parameters

propvalOptionally, an expected schema can be provided, in which case inference will only check discovered fields against the schema and update internal state (such as dictionaries).