MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / TypedInnerExpr

Method TypedInnerExpr

pkg/sql/sem/tree/expr.go:261–263  ·  view source on GitHub ↗

TypedInnerExpr returns the NotExpr's inner expression as a TypedExpr.

()

Source from the content-addressed store, hash-verified

259
260// TypedInnerExpr returns the NotExpr's inner expression as a TypedExpr.
261func (node *NotExpr) TypedInnerExpr() TypedExpr {
262 return node.Expr.(TypedExpr)
263}
264
265// ParenExpr represents a parenthesized expression.
266type ParenExpr struct {

Callers 2

normalizeMethod · 0.95
normalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected