Enable dictionary encoding in general for all columns. Default enabled.
| 435 | /// Enable dictionary encoding in general for all columns. Default |
| 436 | /// enabled. |
| 437 | Builder* enable_dictionary() { |
| 438 | default_column_properties_.set_dictionary_enabled(true); |
| 439 | return this; |
| 440 | } |
| 441 | |
| 442 | /// Disable dictionary encoding in general for all columns. Default |
| 443 | /// enabled. |
no test coverage detected