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

Method GetNext

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

Source from the content-addressed store, hash-verified

2134 }
2135
2136 Status GetNext(ArrayType* out_array) {
2137 return ExportStreamNext(reader(), next_batch_num(), out_array);
2138 }
2139
2140 const char* GetLastError() {
2141 const auto& last_error = private_data()->last_error_;

Callers 1

StaticGetNextMethod · 0.95

Calls 2

ExportStreamNextFunction · 0.85
readerClass · 0.85

Tested by

no test coverage detected