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

Function disable_dictionary

cpp/src/parquet/properties.h:420–423  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

418 /// Disable dictionary encoding in general for all columns. Default
419 /// enabled.
420 Builder* disable_dictionary() {
421 default_column_properties_.set_dictionary_enabled(false);
422 return this;
423 }
424
425 /// Enable dictionary encoding for column specified by `path`. Default
426 /// enabled.

Callers 1

set_dictionaryMethod · 0.85

Calls 1

ToDotStringMethod · 0.80

Tested by

no test coverage detected