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

Function complex128

cpp/src/arrow/testing/gtest_util.cc:1020–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018}
1019
1020std::shared_ptr<DataType> complex128() { return std::make_shared<Complex128Type>(); }
1021
1022std::shared_ptr<Array> MakeComplex128(const std::shared_ptr<Array>& real,
1023 const std::shared_ptr<Array>& imag) {

Callers 6

CheckRoundtripFunction · 0.85
TEST_FFunction · 0.85
MakeComplex128Function · 0.85
ExtensionTypesMixinMethod · 0.85
MakeComplex128Function · 0.85
ExampleComplex128Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected