| 795 | } |
| 796 | |
| 797 | bool 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 | |
| 803 | ConvertedType::type LogicalType::ToConvertedType( |
| 804 | schema::DecimalMetadata* out_decimal_metadata) const { |
no outgoing calls