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

Method type

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

Source from the content-addressed store, hash-verified

971 int64_t Skip(int64_t num_values_to_skip) override;
972
973 Type::type type() const override { return this->descr_->physical_type(); }
974
975 const ColumnDescriptor* descr() const override { return this->descr_; }
976

Callers 2

ReadNewPageMethod · 0.45
GetResultMethod · 0.45

Calls 1

physical_typeMethod · 0.80

Tested by

no test coverage detected