| 778 | // Delegating methods for public LogicalType class |
| 779 | |
| 780 | bool LogicalType::is_applicable(parquet::Type::type primitive_type, |
| 781 | int32_t primitive_length) const { |
| 782 | return impl_->is_applicable(primitive_type, primitive_length); |
| 783 | } |
| 784 | |
| 785 | bool LogicalType::is_compatible( |
| 786 | ConvertedType::type converted_type, |
no outgoing calls