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

Function key_field

cpp/src/arrow/type.h:1344–1344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1342 bool keys_sorted = false);
1343
1344 std::shared_ptr<Field> key_field() const { return value_type()->field(0); }
1345 std::shared_ptr<DataType> key_type() const { return key_field()->type(); }
1346
1347 std::shared_ptr<Field> item_field() const { return value_type()->field(1); }

Callers 2

ToStringMethod · 0.85
key_typeFunction · 0.85

Calls 1

fieldMethod · 0.45

Tested by

no test coverage detected