MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / ParserArrayJoin

Class ParserArrayJoin

src/Parsers/ParserTablesInSelectQuery.h:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59class ParserArrayJoin : public IParserBase
60{
61protected:
62 const char * getName() const override { return "array join"; }
63 bool parseImpl(Pos & pos, ASTPtr & node, Expected & expected) override;
64};
65
66
67}

Callers 1

parseImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected