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

Function disable_dictionary

cpp/src/parquet/properties.h:444–447  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

442 /// Disable dictionary encoding in general for all columns. Default
443 /// enabled.
444 Builder* disable_dictionary() {
445 default_column_properties_.set_dictionary_enabled(false);
446 return this;
447 }
448
449 /// Enable dictionary encoding for column specified by `path`. Default
450 /// enabled.

Callers 1

set_dictionaryMethod · 0.85

Calls 1

ToDotStringMethod · 0.80

Tested by

no test coverage detected