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

Method SetExposedEncoding

cpp/src/parquet/column_reader.cc:985–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983
984 protected:
985 void SetExposedEncoding(ExposedEncoding encoding) override {
986 this->exposed_encoding_ = encoding;
987 }
988
989 // Allocate enough scratch space to accommodate skipping 16-bit levels or any
990 // value type.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected