PartitioningFactoryOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"gadataset_partitioning_factory_options_get_type ()" ) ]
public class PartitioningFactoryOptions :
Object
Content:
Properties:
- public bool infer_dictionary { get; set; }
When inferring a schema for partition fields, yield dictionary encoded
types instead of plain.
- public Schema schema { owned get; set; }
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).
- public SegmentEncoding segment_encoding { get; set; }
After splitting a path into components, decode the path components
before parsing according to this scheme.
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object