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

Method CheckHasNext

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

Source from the content-addressed store, hash-verified

856 }
857
858 Status CheckHasNext() {
859 if (AtEnd()) {
860 return Invalid();
861 }
862 return Status::OK();
863 }
864
865 Status CheckAtEnd() {
866 if (!AtEnd()) {

Callers 7

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

Calls 2

InvalidFunction · 0.50
OKFunction · 0.50

Tested by

no test coverage detected