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

Function num_fields

cpp/src/arrow/array/array_base.h:211–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 const std::shared_ptr<ArrayData>& data() const { return data_; }
210
211 int num_fields() const { return static_cast<int>(data_->child_data.size()); }
212
213 /// \return PrettyPrint representation of array suitable for debugging
214 std::string ToString() const;

Callers 5

array_nested.ccFile · 0.70
GetFlattenedFieldMethod · 0.70
GetFieldIndexMethod · 0.50
AddFieldMethod · 0.50
FinishMethod · 0.50

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected