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

Function end

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

Source from the content-addressed store, hash-verified

2005 int operator[](size_t i) const { return indices_[i]; }
2006 std::vector<int>::const_iterator begin() const { return indices_.begin(); }
2007 std::vector<int>::const_iterator end() const { return indices_.end(); }
2008
2009 /// \brief Retrieve the referenced child Field from a Schema, Field, or DataType
2010 Result<std::shared_ptr<Field>> Get(const Schema& schema) const;

Callers 1

ValidateKeyLengthFunction · 0.50

Calls 1

endMethod · 0.45

Tested by

no test coverage detected