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

Method MapType

cpp/src/arrow/type.cc:1029–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029MapType::MapType(std::shared_ptr<DataType> key_type, std::shared_ptr<DataType> item_type,
1030 bool keys_sorted)
1031 : MapType(::arrow::field("key", std::move(key_type), false),
1032 ::arrow::field("value", std::move(item_type)), keys_sorted) {}
1033
1034MapType::MapType(std::shared_ptr<DataType> key_type, std::shared_ptr<Field> item_field,
1035 bool keys_sorted)

Callers

nothing calls this directly

Calls 2

struct_Function · 0.85
fieldFunction · 0.70

Tested by

no test coverage detected