| 800 | format::LogicalType LogicalType::ToThrift() const { return impl_->ToThrift(); } |
| 801 | |
| 802 | bool LogicalType::Equals(const LogicalType& other) const { return impl_->Equals(other); } |
| 803 | |
| 804 | LogicalType::Type::type LogicalType::type() const { return impl_->type(); } |
| 805 |