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

Method type

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

Source from the content-addressed store, hash-verified

956 int64_t Skip(int64_t num_values_to_skip) override;
957
958 Type::type type() const override { return this->descr_->physical_type(); }
959
960 const ColumnDescriptor* descr() const override { return this->descr_; }
961

Callers 2

ReadNewPageMethod · 0.45
GetResultMethod · 0.45

Calls 1

physical_typeMethod · 0.80

Tested by

no test coverage detected