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

Method WithMetadata

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

Source from the content-addressed store, hash-verified

307}
308
309std::shared_ptr<Field> Field::WithMetadata(
310 const std::shared_ptr<const KeyValueMetadata>& metadata) const {
311 return std::make_shared<Field>(name_, type_, nullable_, metadata);
312}
313
314std::shared_ptr<Field> Field::WithMergedMetadata(
315 const std::shared_ptr<const KeyValueMetadata>& metadata) const {

Callers 13

TestSessionFunction · 0.45
ReplaceSchemaMetadataMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
SchemaEqualsWithMetadataFunction · 0.45
ReplaceSchemaMetadataMethod · 0.45
ExecPlan_runFunction · 0.45
AddMetadataFromDotsFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestSessionFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36