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

Method ImportRecordBatchInternal

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

Source from the content-addressed store, hash-verified

2279 }
2280
2281 Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal(
2282 struct ArrowArray* array, std::shared_ptr<Schema> schema) {
2283 return ImportRecordBatch(array, schema);
2284 }
2285
2286 Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal(
2287 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