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

Function assertQuery

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

Source from the content-addressed store, hash-verified

988}
989
990std::shared_ptr<Task> assertQuery(
991 const core::PlanNodePtr& plan,
992 const std::string& duckDbSql,
993 DuckDbQueryRunner& duckDbQueryRunner,
994 std::optional<std::vector<uint32_t>> sortingKeys) {
995 return assertQuery(
996 plan, [](Task*) {}, duckDbSql, duckDbQueryRunner, sortingKeys);
997}
998
999std::shared_ptr<Task> assertQueryReturnsEmptyResult(
1000 const core::PlanNodePtr& plan) {

Callers 15

TEST_FFunction · 0.85
assertQueryMethod · 0.85
TEST_FFunction · 0.85
assertSelectMethod · 0.85
assertSelectWithAggMethod · 0.85
TEST_FFunction · 0.85
assertQueryMethod · 0.85
TEST_FFunction · 0.85

Calls 9

readCursorFunction · 0.85
assertResultsOrderedFunction · 0.85
assertResultsFunction · 0.85
waitForTaskCompletionFunction · 0.85
assertEqualResultsFunction · 0.85
outputTypeMethod · 0.80
taskMethod · 0.80
valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected