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

Method TypedRight

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

TypedRight returns the OrExpr's right expression as a TypedExpr.

()

Source from the content-addressed store, hash-verified

232
233// TypedRight returns the OrExpr's right expression as a TypedExpr.
234func (node *OrExpr) TypedRight() TypedExpr {
235 return node.Right.(TypedExpr)
236}
237
238// NotExpr represents a NOT expression.
239type NotExpr struct {

Callers 3

normalizeMethod · 0.95
normalizeMethod · 0.45
normalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected