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

Method is_float16

cpp/src/parquet/types.cc:842–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840bool LogicalType::is_BSON() const { return impl_->type() == LogicalType::Type::BSON; }
841bool LogicalType::is_UUID() const { return impl_->type() == LogicalType::Type::UUID; }
842bool LogicalType::is_float16() const {
843 return impl_->type() == LogicalType::Type::FLOAT16;
844}
845bool LogicalType::is_geometry() const {
846 return impl_->type() == LogicalType::Type::GEOMETRY;
847}

Callers 2

FormatStatValueFunction · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 1

TESTFunction · 0.64