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

Method is_geometry

cpp/src/parquet/types.cc:845–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843 return impl_->type() == LogicalType::Type::FLOAT16;
844}
845bool LogicalType::is_geometry() const {
846 return impl_->type() == LogicalType::Type::GEOMETRY;
847}
848bool LogicalType::is_geography() const {
849 return impl_->type() == LogicalType::Type::GEOGRAPHY;
850}

Callers 4

CloseMethod · 0.80
TypedColumnWriterImplMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected