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

Function encoding

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

Source from the content-addressed store, hash-verified

259 }
260
261 Encoding::type encoding() const { return encoding_; }
262
263 Compression::type compression() const { return codec_; }
264

Callers

nothing calls this directly

Calls 3

ParquetExceptionFunction · 0.85
ToDotStringMethod · 0.80
encodingMethod · 0.45

Tested by

no test coverage detected