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

Method field_names

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

Source from the content-addressed store, hash-verified

2500}
2501
2502std::vector<std::string> Schema::field_names() const {
2503 std::vector<std::string> names;
2504 for (const auto& field : impl_->fields_) {
2505 names.push_back(field->name());
2506 }
2507 return names;
2508}
2509
2510class SchemaBuilder::Impl {
2511 public:

Callers 12

DefaultMethod · 0.80
GetScanOptionsMethod · 0.80
InspectFragmentMethod · 0.80
AddFragmentMethod · 0.80
MakeTestDatasetFunction · 0.80
EXPECT_OK_AND_ASSIGNFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
getFieldNamesMethod · 0.80
getColumnNamesMethod · 0.80
Schema__field_namesFunction · 0.80

Calls 2

push_backMethod · 0.80
nameMethod · 0.45

Tested by 5

AddFragmentMethod · 0.64
MakeTestDatasetFunction · 0.64
EXPECT_OK_AND_ASSIGNFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64