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

Function enable_dictionary

cpp/src/parquet/properties.h:413–416  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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.

Callers 1

set_dictionaryMethod · 0.85

Calls 1

ToDotStringMethod · 0.80

Tested by

no test coverage detected