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

Method SetUp

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

Source from the content-addressed store, hash-verified

1911class TestSchemaImport : public ::testing::Test, public SchemaStructBuilder {
1912 public:
1913 void SetUp() override { Reset(); }
1914
1915 void CheckImport(const std::shared_ptr<DataType>& expected) {
1916 SchemaReleaseCallback cb(&c_struct_);

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.50

Tested by

no test coverage detected