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

Method is_compatible

cpp/src/parquet/types.cc:785–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785bool LogicalType::is_compatible(
786 ConvertedType::type converted_type,
787 schema::DecimalMetadata converted_decimal_metadata) const {
788 return impl_->is_compatible(converted_type, converted_decimal_metadata);
789}
790
791ConvertedType::type LogicalType::ToConvertedType(
792 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