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

Method CheckHasNext

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

Source from the content-addressed store, hash-verified

861 }
862
863 Status CheckHasNext() {
864 if (AtEnd()) {
865 return Invalid();
866 }
867 return Status::OK();
868 }
869
870 Status CheckAtEnd() {
871 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