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

Method Next

cpp/src/arrow/c/bridge.cc:852–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850 bool AtEnd() const { return index_ >= view_.length(); }
851
852 char Next() { return view_[index_++]; }
853
854 std::string_view Rest() { return view_.substr(index_); }
855

Callers 7

ProcessFormatMethod · 0.45
ProcessBinaryViewMethod · 0.45
ProcessTemporalMethod · 0.45
ProcessNestedMethod · 0.45
ProcessDateMethod · 0.45
ProcessIntervalMethod · 0.45
ProcessUnionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected