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

Struct JoinTableExpr

parser/ast.go:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165type JoinTableExpr struct {
166 Table *TableExpr
167 StatementEnd Pos
168 SampleRatio *SampleClause
169 HasFinal bool
170}
171
172func (j *JoinTableExpr) Accept(visitor ASTVisitor) error {
173 visitor.Enter(j)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected