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

Method GetNext

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

Source from the content-addressed store, hash-verified

2129 }
2130
2131 Status GetNext(ArrayType* out_array) {
2132 return ExportStreamNext(reader(), next_batch_num(), out_array);
2133 }
2134
2135 const char* GetLastError() {
2136 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