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

Method descr

cpp/src/parquet/arrow/reader_internal.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 const SchemaDescriptor* schema() const { return schema_; }
86
87 const ColumnDescriptor* descr() const { return schema_->Column(column_index_); }
88
89 std::shared_ptr<FileMetaData> metadata() const { return reader_->metadata(); }
90

Callers 6

LeafReaderMethod · 0.45
TESTFunction · 0.45
WriteColumnMethod · 0.45
MakeMinMaxIntegralScalarFunction · 0.45
StatisticsAsScalarsFunction · 0.45

Calls 1

ColumnMethod · 0.45

Tested by 2

TESTFunction · 0.36
WriteColumnMethod · 0.36