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

Method Impl

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

Source from the content-addressed store, hash-verified

2511 public:
2512 friend class SchemaBuilder;
2513 Impl(ConflictPolicy policy, Field::MergeOptions field_merge_options)
2514 : policy_(policy), field_merge_options_(field_merge_options) {}
2515
2516 Impl(FieldVector fields, std::shared_ptr<const KeyValueMetadata> metadata,
2517 ConflictPolicy conflict_policy, Field::MergeOptions field_merge_options)

Callers

nothing calls this directly

Calls 1

CreateNameToIndexMapFunction · 0.85

Tested by

no test coverage detected