MCPcopy Create free account
hub / github.com/apache/arrow / SetGeoStatistics

Method SetGeoStatistics

cpp/src/parquet/metadata.cc:1891–1894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1889}
1890
1891void ColumnChunkMetaDataBuilder::SetGeoStatistics(
1892 const geospatial::EncodedGeoStatistics& result) {
1893 impl_->SetGeoStatistics(result);
1894}
1895
1896void ColumnChunkMetaDataBuilder::SetKeyValueMetadata(
1897 std::shared_ptr<const KeyValueMetadata> key_value_metadata) {

Callers 1

CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected