| 783 | } |
| 784 | |
| 785 | bool 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 | |
| 791 | ConvertedType::type LogicalType::ToConvertedType( |
| 792 | schema::DecimalMetadata* out_decimal_metadata) const { |
no outgoing calls