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

Method BuildEngine

cpp/src/gandiva/engine_llvm_test.cc:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void BuildEngine() {
103 ASSERT_OK_AND_ASSIGN(engine, Engine::Make(TestConfiguration(), false));
104 }
105
106 std::unique_ptr<Engine> engine;
107 std::shared_ptr<Configuration> configuration = TestConfiguration();

Callers

nothing calls this directly

Calls 3

TestConfigurationFunction · 0.85
MakeFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.50

Tested by

no test coverage detected