| 590 | } |
| 591 | |
| 592 | std::optional<IndexLocation> ColumnChunkMetaData::GetColumnIndexLocation() const { |
| 593 | return impl_->GetColumnIndexLocation(); |
| 594 | } |
| 595 | |
| 596 | std::optional<IndexLocation> ColumnChunkMetaData::GetOffsetIndexLocation() const { |
| 597 | return impl_->GetOffsetIndexLocation(); |
no outgoing calls