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

Method is_geography

cpp/src/parquet/types.cc:848–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846 return impl_->type() == LogicalType::Type::GEOMETRY;
847}
848bool LogicalType::is_geography() const {
849 return impl_->type() == LogicalType::Type::GEOGRAPHY;
850}
851bool LogicalType::is_variant() const {
852 return impl_->type() == LogicalType::Type::VARIANT;
853}

Callers 3

CheckGeoStatisticsMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by 1

CheckGeoStatisticsMethod · 0.64