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

Method type

cpp/src/parquet/column_writer.cc:1607–1607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1605 }
1606
1607 Type::type type() const override { return descr_->physical_type(); }
1608
1609 const ColumnDescriptor* descr() const override { return descr_; }
1610

Callers 11

WriteDataPageMethod · 0.45
ConvertDictionaryToDenseFunction · 0.45
WriteArrowMethod · 0.45
MaybeReplaceValidityMethod · 0.45
SerializeMethod · 0.45
WriteArrowDenseMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
WriteArrowTimestampsMethod · 0.45
OffsetMethod · 0.45

Calls 1

physical_typeMethod · 0.80

Tested by

no test coverage detected