MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / ExistsExpression

Struct ExistsExpression

pkg/sql/ast/ast.go:792–794  ·  view source on GitHub ↗

ExistsExpression represents EXISTS (subquery)

Source from the content-addressed store, hash-verified

790
791// ExistsExpression represents EXISTS (subquery)
792type ExistsExpression struct {
793 Subquery Statement
794}
795
796func (e *ExistsExpression) expressionNode() {}
797func (e ExistsExpression) TokenLiteral() string { return "EXISTS" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected