MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / parseColumnExprList

Method parseColumnExprList

parser/parser_column.go:541–543  ·  view source on GitHub ↗
(pos Pos)

Source from the content-addressed store, hash-verified

539}
540
541func (p *Parser) parseColumnExprList(pos Pos) (*ColumnExprList, error) {
542 return p.parseColumnExprListWithTerm("", pos)
543}
544
545func (p *Parser) parseColumnExprListWithTerm(term TokenKind, pos Pos) (*ColumnExprList, error) {
546 columnExprList := &ColumnExprList{

Callers 6

parseProjectionSelectMethod · 0.95
parseJoinRightExprMethod · 0.95

Calls 1

Tested by

no test coverage detected