PartitioningFactoryOptions.inferDictionary

bool inferDictionary() @property nothrow

Get inferDictionary property.

Returns

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.

void inferDictionary(bool propval) @property nothrow

Set inferDictionary property.

Parameters

propvalWhen 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.