| 652 | } |
| 653 | |
| 654 | template <class T> void TestValue(const string& expr, PrimitiveType expr_type, |
| 655 | const T& expected_result) { |
| 656 | return TestValue(expr, ColumnType(expr_type), expected_result); |
| 657 | } |
| 658 | |
| 659 | template <class T> void TestValue(const string& expr, const ColumnType& expr_type, |
| 660 | const T& expected_result) { |
nothing calls this directly
no test coverage detected