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

Method is_float16

cpp/src/parquet/types.cc:830–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828bool LogicalType::is_BSON() const { return impl_->type() == LogicalType::Type::BSON; }
829bool LogicalType::is_UUID() const { return impl_->type() == LogicalType::Type::UUID; }
830bool LogicalType::is_float16() const {
831 return impl_->type() == LogicalType::Type::FLOAT16;
832}
833bool LogicalType::is_geometry() const {
834 return impl_->type() == LogicalType::Type::GEOMETRY;
835}

Callers 2

FormatStatValueFunction · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 1

TESTFunction · 0.64