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

Method ToConvertedType

cpp/src/parquet/types.cc:791–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791ConvertedType::type LogicalType::ToConvertedType(
792 schema::DecimalMetadata* out_decimal_metadata) const {
793 return impl_->ToConvertedType(out_decimal_metadata);
794}
795
796std::string LogicalType::ToString() const { return impl_->ToString(); }
797

Callers 5

PrimitiveNodeMethod · 0.45
GroupNodeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36