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

Method is_geometry

cpp/src/parquet/types.cc:833–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831 return impl_->type() == LogicalType::Type::FLOAT16;
832}
833bool LogicalType::is_geometry() const {
834 return impl_->type() == LogicalType::Type::GEOMETRY;
835}
836bool LogicalType::is_geography() const {
837 return impl_->type() == LogicalType::Type::GEOGRAPHY;
838}

Callers 4

CloseMethod · 0.80
TypedColumnWriterImplMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected