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

Function begin

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

Source from the content-addressed store, hash-verified

2004 const std::vector<int>& indices() const { return indices_; }
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

Callers 2

TableFromTupleRangeFunction · 0.70
TupleRangeFromTableFunction · 0.70

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected