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

Method memory_pool

cpp/src/parquet/encoder.cc:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 Encoding::type encoding() const override { return encoding_; }
101
102 MemoryPool* memory_pool() const override { return pool_; }
103
104 int64_t ReportUnencodedDataBytes() override {
105 if (descr_->physical_type() != Type::BYTE_ARRAY) {

Callers 2

FlushValuesMethod · 0.45
PutSpacedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected