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

Function compression

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

Source from the content-addressed store, hash-verified

285 Encoding::type encoding() const { return encoding_; }
286
287 Compression::type compression() const { return codec_; }
288
289 bool dictionary_enabled() const { return dictionary_enabled_; }
290

Callers 1

can_decompressMethod · 0.70

Calls 2

ToDotStringMethod · 0.80
compressionMethod · 0.45

Tested by

no test coverage detected