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

Method Rest

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

Source from the content-addressed store, hash-verified

852 char Next() { return view_[index_++]; }
853
854 std::string_view Rest() { return view_.substr(index_); }
855
856 Status CheckNext(char c) {
857 if (AtEnd() || Next() != c) {

Callers 1

ProcessTimestampMethod · 0.80

Calls 1

substrMethod · 0.80

Tested by

no test coverage detected