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

Function item_type

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

Source from the content-addressed store, hash-verified

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;
1351

Callers 1

ComputeFingerprintMethod · 0.85

Calls 2

item_fieldFunction · 0.85
typeMethod · 0.45

Tested by

no test coverage detected