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

Function field

cpp/src/arrow/type.cc:3336–3341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3334}
3335
3336std::shared_ptr<Field> field(std::string name, std::shared_ptr<DataType> type,
3337 bool nullable,
3338 std::shared_ptr<const KeyValueMetadata> metadata) {
3339 return std::make_shared<Field>(std::move(name), std::move(type), nullable,
3340 std::move(metadata));
3341}
3342
3343std::shared_ptr<Field> field(std::string name, std::shared_ptr<DataType> type,
3344 std::shared_ptr<const KeyValueMetadata> metadata) {

Callers 5

type.ccFile · 0.70
CopyMethod · 0.70
MapTypeMethod · 0.70
EqualsMethod · 0.70
FieldsFromArraysAndNamesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected