Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
858
std::shared_ptr<Field> Field::Copy() const {
859
return ::arrow::field(name_, type_, nullable_, metadata_);
860
}
861
862
bool Field::Equals(const Field& other, bool check_metadata) const {
863
if (this == &other) {
Callers
15
Flatten
Method · 0.95
garrow_aggregate_node_options_new
Function · 0.45
garrow_set_lookup_options_new_raw
Function · 0.45
garrow_round_to_multiple_options_new_raw
Function · 0.45
garrow_call_expression_new
Function · 0.45
TestSession
Function · 0.45
BenchmarkArrayRangeEquals
Function · 0.45
GetChild
Method · 0.45
SchemaBuilder
Method · 0.45
AddMetadata
Method · 0.45
WrapArray
Method · 0.45
ExtensionArray
Method · 0.45
Calls
1
field
Function · 0.70
Tested by
5
TestSession
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
ExampleParametric
Function · 0.36
ExampleStruct
Function · 0.36