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

Method MakeArray

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

Source from the content-addressed store, hash-verified

1544 }
1545
1546 Result<std::shared_ptr<Array>> MakeArray() {
1547 DCHECK_NE(data_, nullptr);
1548 return ::arrow::MakeArray(data_);
1549 }
1550
1551 std::shared_ptr<ArrayData> GetArrayData() {
1552 DCHECK_NE(data_, nullptr);

Callers 2

ImportArrayFunction · 0.45
ImportDeviceArrayFunction · 0.45

Calls 1

MakeArrayFunction · 0.50

Tested by

no test coverage detected