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

Method is_int

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

Source from the content-addressed store, hash-verified

835 return impl_->type() == LogicalType::Type::INTERVAL;
836}
837bool LogicalType::is_int() const { return impl_->type() == LogicalType::Type::INT; }
838bool LogicalType::is_null() const { return impl_->type() == LogicalType::Type::NIL; }
839bool LogicalType::is_JSON() const { return impl_->type() == LogicalType::Type::JSON; }
840bool LogicalType::is_BSON() const { return impl_->type() == LogicalType::Type::BSON; }

Callers 2

EqualsMethod · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 1

TESTFunction · 0.64