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

Method is_compatible

cpp/src/parquet/types.cc:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797bool LogicalType::is_compatible(
798 ConvertedType::type converted_type,
799 schema::DecimalMetadata converted_decimal_metadata) const {
800 return impl_->is_compatible(converted_type, converted_decimal_metadata);
801}
802
803ConvertedType::type LogicalType::ToConvertedType(
804 schema::DecimalMetadata* out_decimal_metadata) const {

Callers 4

PrimitiveNodeMethod · 0.45
GroupNodeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36