MCPcopy Create free account
hub / github.com/ByConity/ByConity / arrayJoinExpressionList

Method arrayJoinExpressionList

src/Parsers/ASTSelectQuery.cpp:416–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414
415
416ASTPtr ASTSelectQuery::arrayJoinExpressionList(bool & is_left) const
417{
418 const ASTArrayJoin * array_join = getFirstArrayJoin(*this);
419 if (!array_join)
420 return {};
421
422 is_left = (array_join->kind == ASTArrayJoin::Kind::Left);
423 return array_join->expression_list;
424}
425
426
427ASTPtr ASTSelectQuery::arrayJoinExpressionList() const

Callers 8

analyzeAggregationMethod · 0.80
appendArrayJoinMethod · 0.80
visitMethod · 0.80
getLimitForSortingFunction · 0.80
executeImplMethod · 0.80
optimizeMethod · 0.80
getArrayJoinedColumnsFunction · 0.80

Calls 1

getFirstArrayJoinFunction · 0.85

Tested by

no test coverage detected