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

Method is_int

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

Source from the content-addressed store, hash-verified

823 return impl_->type() == LogicalType::Type::INTERVAL;
824}
825bool LogicalType::is_int() const { return impl_->type() == LogicalType::Type::INT; }
826bool LogicalType::is_null() const { return impl_->type() == LogicalType::Type::NIL; }
827bool LogicalType::is_JSON() const { return impl_->type() == LogicalType::Type::JSON; }
828bool 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