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

Class TestExpressionRegistry

cpp/src/gandiva/expression_registry_test.cc:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30typedef int64_t (*add_vector_func_t)(int64_t* elements, int nelements);
31
32class TestExpressionRegistry : public ::testing::Test {
33 protected:
34 std::shared_ptr<FunctionRegistry> registry_ = default_function_registry();
35};
36
37// Verify all functions in registry are exported.
38TEST_F(TestExpressionRegistry, VerifySupportedFunctions) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected