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

Function encoding

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

Source from the content-addressed store, hash-verified

283 }
284
285 Encoding::type encoding() const { return encoding_; }
286
287 Compression::type compression() const { return codec_; }
288

Callers

nothing calls this directly

Calls 3

ParquetExceptionFunction · 0.85
ToDotStringMethod · 0.80
encodingMethod · 0.45

Tested by

no test coverage detected