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

Function item_field

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

Source from the content-addressed store, hash-verified

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(); }
1349
1350 std::string ToString(bool show_metadata = false) const override;

Callers 3

ToStringMethod · 0.85
ComputeFingerprintMethod · 0.85
item_typeFunction · 0.85

Calls 1

fieldMethod · 0.45

Tested by

no test coverage detected