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

Function num_fields

cpp/src/arrow/type.h:159–159  ·  view source on GitHub ↗

\brief Return the number of children fields associated with this type.

Source from the content-addressed store, hash-verified

157
158 /// \brief Return the number of children fields associated with this type.
159 int num_fields() const { return static_cast<int>(children_.size()); }
160
161 /// \brief Apply the TypeVisitor::Visit() method specialized to the data type
162 Status Accept(TypeVisitor* visitor) const;

Callers 2

type.ccFile · 0.70
EqualsMethod · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected