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

Function assertQueryBetween

bolt/exec/tests/utils/QueryAssertions.cpp:1580–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578}
1579
1580std::shared_ptr<Task> assertQuery(
1581 const core::PlanNodePtr& plan,
1582 const std::vector<RowVectorPtr>& expectedResults) {
1583 CursorParameters params;
1584 params.planNode = plan;
1585 return assertQuery(params, expectedResults);
1586}
1587
1588std::shared_ptr<Task> assertQueryBetween(
1589 const std::shared_ptr<const core::PlanNode>& plan,
1590 const std::vector<RowVectorPtr>& expectedResultsLess,

Callers 12

assertQueryBetweenMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
testGroupByAggMethod · 0.85

Calls 4

readCursorFunction · 0.85
assertResultsBetweenFunction · 0.85
outputTypeMethod · 0.80
taskMethod · 0.80

Tested by

no test coverage detected