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

Method Rest

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

Source from the content-addressed store, hash-verified

847 char Next() { return view_[index_++]; }
848
849 std::string_view Rest() { return view_.substr(index_); }
850
851 Status CheckNext(char c) {
852 if (AtEnd() || Next() != c) {

Callers 1

ProcessTimestampMethod · 0.80

Calls 1

substrMethod · 0.80

Tested by

no test coverage detected