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

Function map

cpp/src/arrow/type.cc:3218–3222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3216}
3217
3218std::shared_ptr<DataType> map(std::shared_ptr<DataType> key_type,
3219 std::shared_ptr<DataType> item_type, bool keys_sorted) {
3220 return std::make_shared<MapType>(std::move(key_type), std::move(item_type),
3221 keys_sorted);
3222}
3223
3224std::shared_ptr<DataType> map(std::shared_ptr<DataType> key_type,
3225 std::shared_ptr<Field> item_field, bool keys_sorted) {

Callers 15

top_k_unstableFunction · 0.85
bottom_k_unstableFunction · 0.85
_column_name_to_stringsFunction · 0.85
read_tableFunction · 0.85
TestSessionFunction · 0.85
test_table_to_batchesFunction · 0.85
make_random_csvFunction · 0.85
mockfsFunction · 0.85

Calls

no outgoing calls