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

Function TEST_F

cpp/src/gandiva/function_signature_test.cc:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48TEST_F(TestFunctionSignature, TestToString) {
49 EXPECT_EQ(
50 FunctionSignature("myfunc", {arrow::int32(), arrow::float32()}, arrow::float64())
51 .ToString(),
52 "double myfunc(int32, float)");
53}
54
55TEST_F(TestFunctionSignature, TestEqualsName) {
56 EXPECT_EQ(FunctionSignature("add", {arrow::int32()}, arrow::int32()),

Callers

nothing calls this directly

Calls 3

FunctionSignatureClass · 0.85
ToStringMethod · 0.45
HashMethod · 0.45

Tested by

no test coverage detected