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

Function compression

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

Source from the content-addressed store, hash-verified

261 Encoding::type encoding() const { return encoding_; }
262
263 Compression::type compression() const { return codec_; }
264
265 bool dictionary_enabled() const { return dictionary_enabled_; }
266

Callers 1

can_decompressMethod · 0.70

Calls 2

ToDotStringMethod · 0.80
compressionMethod · 0.45

Tested by

no test coverage detected