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

Method Next

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

Source from the content-addressed store, hash-verified

845 bool AtEnd() const { return index_ >= view_.length(); }
846
847 char Next() { return view_[index_++]; }
848
849 std::string_view Rest() { return view_.substr(index_); }
850

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