MCPcopy Create free account
hub / github.com/bytedance/bolt / TEST_F

Function TEST_F

bolt/expression/tests/EvalSimplifiedTest.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159};
160
161TEST_F(EvalSimplifiedTest, constantOnly) {
162 runTest("1 + 3 * 2 + 10 * 2");
163}
164
165TEST_F(EvalSimplifiedTest, constantAndInput) {
166 runTest("1 + c0 - 2 + c0", ROW({"c0"}, {BIGINT()}));

Callers

nothing calls this directly

Calls 9

ROWFunction · 0.85
asRowTypeFunction · 0.85
wrapInDictionaryFunction · 0.85
makeExprSetFromFlagFunction · 0.85
makeIndicesFunction · 0.50
sizeMethod · 0.45
typeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected