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

Method Copy

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

Source from the content-addressed store, hash-verified

856}
857
858std::shared_ptr<Field> Field::Copy() const {
859 return ::arrow::field(name_, type_, nullable_, metadata_);
860}
861
862bool Field::Equals(const Field& other, bool check_metadata) const {
863 if (this == &other) {

Callers 15

FlattenMethod · 0.95
TestSessionFunction · 0.45
GetChildMethod · 0.45
SchemaBuilderMethod · 0.45
AddMetadataMethod · 0.45
WrapArrayMethod · 0.45
ExtensionArrayMethod · 0.45

Calls 1

fieldFunction · 0.70

Tested by 5

TestSessionFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
ExampleParametricFunction · 0.36
ExampleStructFunction · 0.36