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

Method ReadNextArrayInternal

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

Source from the content-addressed store, hash-verified

2274
2275 protected:
2276 Status ReadNextArrayInternal(ArrayType* array) {
2277 ArrayTraits::MarkReleased(array);
2278 Status status = StatusFromCError(stream_.get_next(&stream_, array));
2279 if (!status.ok()) {
2280 ArrayTraits::ReleaseFunc(array);
2281 }
2282
2283 return status;
2284 }
2285
2286 Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal(
2287 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