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

Method num_fields

cpp/src/arrow/type.cc:2309–2309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2307bool Schema::is_native_endian() const { return impl_->endianness_ == Endianness::Native; }
2308
2309int Schema::num_fields() const { return static_cast<int>(impl_->fields_.size()); }
2310
2311const std::shared_ptr<Field>& Schema::field(int i) const {
2312 DCHECK_GE(i, 0);

Calls 1

sizeMethod · 0.45

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
MakeUnionScalarFunction · 0.36
MakeSpecificNullScalarFunction · 0.36
TEST_FFunction · 0.36
GenerateArrayFunction · 0.36
ReadTableManuallyFunction · 0.36
VisitMethod · 0.36
TEST_FFunction · 0.36