Enable dictionary encoding in general for all columns. Default enabled.
| 411 | /// Enable dictionary encoding in general for all columns. Default |
| 412 | /// enabled. |
| 413 | Builder* enable_dictionary() { |
| 414 | default_column_properties_.set_dictionary_enabled(true); |
| 415 | return this; |
| 416 | } |
| 417 | |
| 418 | /// Disable dictionary encoding in general for all columns. Default |
| 419 | /// enabled. |
no test coverage detected