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

Method ImportRecordBatchInternal

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

Source from the content-addressed store, hash-verified

2284 }
2285
2286 Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal(
2287 struct ArrowArray* array, std::shared_ptr<Schema> schema) {
2288 return ImportRecordBatch(array, schema);
2289 }
2290
2291 Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal(
2292 struct ArrowDeviceArray* array, std::shared_ptr<Schema> schema) {

Callers 1

ReadNextMethod · 0.80

Calls 2

ImportDeviceRecordBatchFunction · 0.85
ImportRecordBatchFunction · 0.70

Tested by

no test coverage detected