Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AssertValueEquals
Function
AssertValueEquals
cpp/src/arrow/util/value_parsing_test.cc:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
template <typename T>
54
void AssertValueEquals(T a, T b) {
55
ASSERT_EQ(a, b);
56
}
57
58
template <>
59
void AssertValueEquals<float>(float a, float b) {
Callers
1
AssertConversion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected