| 594 | } |
| 595 | |
| 596 | std::optional<IndexLocation> ColumnChunkMetaData::GetOffsetIndexLocation() const { |
| 597 | return impl_->GetOffsetIndexLocation(); |
| 598 | } |
| 599 | |
| 600 | bool ColumnChunkMetaData::Equals(const ColumnChunkMetaData& other) const { |
| 601 | return impl_->Equals(*other.impl_); |
no outgoing calls