MCPcopy 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
53template <typename T>
54void AssertValueEquals(T a, T b) {
55 ASSERT_EQ(a, b);
56}
57
58template <>
59void AssertValueEquals<float>(float a, float b) {

Callers 1

AssertConversionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected