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

Method ToConvertedType

cpp/src/parquet/types.cc:803–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803ConvertedType::type LogicalType::ToConvertedType(
804 schema::DecimalMetadata* out_decimal_metadata) const {
805 return impl_->ToConvertedType(out_decimal_metadata);
806}
807
808std::string LogicalType::ToString() const { return impl_->ToString(); }
809

Callers 5

PrimitiveNodeMethod · 0.45
GroupNodeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36