MCPcopy
hub / github.com/pingcap/tidb / SubqueryExpr

Struct SubqueryExpr

pkg/parser/ast/expressions.go:362–370  ·  view source on GitHub ↗

SubqueryExpr represents a subquery.

Source from the content-addressed store, hash-verified

360
361// SubqueryExpr represents a subquery.
362type SubqueryExpr struct {
363 exprNode
364 // Query is the query SelectNode.
365 Query ResultSetNode
366 Evaluated bool
367 Correlated bool
368 MultiRows bool
369 Exists bool
370}
371
372func (*SubqueryExpr) resultSet() {}
373

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected