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

Method SetExposedEncoding

cpp/src/parquet/column_reader.cc:970–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968
969 protected:
970 void SetExposedEncoding(ExposedEncoding encoding) override {
971 this->exposed_encoding_ = encoding;
972 }
973
974 // Allocate enough scratch space to accommodate skipping 16-bit levels or any
975 // value type.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected