| 812 | format::LogicalType LogicalType::ToThrift() const { return impl_->ToThrift(); } |
| 813 | |
| 814 | bool LogicalType::Equals(const LogicalType& other) const { return impl_->Equals(other); } |
| 815 | |
| 816 | LogicalType::Type::type LogicalType::type() const { return impl_->type(); } |
| 817 |