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

Method TestWithArrayFactory

cpp/src/arrow/c/bridge_test.cc:3861–3863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3859
3860 template <typename ArrayFactory>
3861 void TestWithArrayFactory(ArrayFactory&& factory) {
3862 TestWithArrayFactory(factory, factory);
3863 }
3864
3865 template <typename ArrayFactory, typename ExpectedArrayFactory>
3866 void TestWithArrayFactory(ArrayFactory&& factory,

Callers

nothing calls this directly

Calls 14

ToResultFunction · 0.85
factoryFunction · 0.85
ArrowSchemaIsReleasedFunction · 0.85
ArrowArrayIsReleasedFunction · 0.85
AssertArraysEqualFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.70
ExportTypeFunction · 0.70
ExportArrayFunction · 0.70
ImportArrayFunction · 0.70
bytes_allocatedMethod · 0.45
typeMethod · 0.45
type_idMethod · 0.45

Tested by

no test coverage detected