PartitioningFactoryOptions.inferDictionary

Set inferDictionary property.

  1. bool inferDictionary [@property getter]
  2. bool inferDictionary [@property setter]
    class PartitioningFactoryOptions
    @property
    void
    inferDictionary
    (
    bool propval
    )

Parameters

propval bool

When inferring a schema for partition fields, yield dictionary encoded types instead of plain. This can be more efficient when materializing virtual columns, and Expressions parsed by the finished Partitioning will include dictionaries of all unique inspected values for each field.