MCPcopy Create free account
hub / github.com/apache/impala / TestValue

Method TestValue

be/src/exprs/expr-test.cc:654–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 3

TestValueClass · 0.85
PrintValueFunction · 0.85
ColumnTypeClass · 0.50

Tested by

no test coverage detected