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

Method ReadNextArrayInternal

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

Source from the content-addressed store, hash-verified

2269
2270 protected:
2271 Status ReadNextArrayInternal(ArrayType* array) {
2272 ArrayTraits::MarkReleased(array);
2273 Status status = StatusFromCError(stream_.get_next(&stream_, array));
2274 if (!status.ok()) {
2275 ArrayTraits::ReleaseFunc(array);
2276 }
2277
2278 return status;
2279 }
2280
2281 Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal(
2282 struct ArrowArray* array, std::shared_ptr<Schema> schema) {

Callers 2

ReadNextMethod · 0.80
ReadNextMethod · 0.80

Calls 1

okMethod · 0.45

Tested by

no test coverage detected