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

Function is_scalar

cpp/src/arrow/datum.h:269–269  ·  view source on GitHub ↗

\brief True if Datum contains a scalar

Source from the content-addressed store, hash-verified

267
268 /// \brief True if Datum contains a scalar
269 bool is_scalar() const { return this->kind() == Datum::SCALAR; }
270
271 /// \brief True if Datum contains a scalar or array-like data
272 bool is_value() const { return this->is_arraylike() || this->is_scalar(); }

Callers 11

FinalizeMethod · 0.85
FinalizeMethod · 0.85
VisitMethod · 0.85
AppendMethod · 0.85
AppendMethod · 0.85
AppendMethod · 0.85
AppendMethod · 0.85
AppendMethod · 0.85
AppendMethod · 0.85
AppendMethod · 0.85
AppendMethod · 0.85

Calls 1

kindMethod · 0.45

Tested by

no test coverage detected