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

Method MakeArray

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

Source from the content-addressed store, hash-verified

1549 }
1550
1551 Result<std::shared_ptr<Array>> MakeArray() {
1552 DCHECK_NE(data_, nullptr);
1553 return ::arrow::MakeArray(data_);
1554 }
1555
1556 std::shared_ptr<ArrayData> GetArrayData() {
1557 DCHECK_NE(data_, nullptr);

Callers 2

ImportArrayFunction · 0.45
ImportDeviceArrayFunction · 0.45

Calls 1

MakeArrayFunction · 0.50

Tested by

no test coverage detected