| 586 | } |
| 587 | |
| 588 | std::optional<IndexLocation> ColumnChunkMetaData::GetColumnIndexLocation() const { |
| 589 | return impl_->GetColumnIndexLocation(); |
| 590 | } |
| 591 | |
| 592 | std::optional<IndexLocation> ColumnChunkMetaData::GetOffsetIndexLocation() const { |
| 593 | return impl_->GetOffsetIndexLocation(); |
no outgoing calls