MCPcopy Create free account
hub / github.com/apache/arrow / enable_dictionary

Function enable_dictionary

cpp/src/parquet/properties.h:437–440  ·  view source on GitHub ↗

Enable dictionary encoding in general for all columns. Default enabled.

Source from the content-addressed store, hash-verified

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.

Callers 1

set_dictionaryMethod · 0.85

Calls 1

ToDotStringMethod · 0.80

Tested by

no test coverage detected