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

Function key_type

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

Source from the content-addressed store, hash-verified

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); }
1348 std::shared_ptr<DataType> item_type() const { return item_field()->type(); }

Callers 1

ComputeFingerprintMethod · 0.85

Calls 2

key_fieldFunction · 0.85
typeMethod · 0.45

Tested by

no test coverage detected