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

Method TypedRight

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

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

()

Source from the content-addressed store, hash-verified

201
202// TypedRight returns the AndExpr's right expression as a TypedExpr.
203func (node *AndExpr) TypedRight() TypedExpr {
204 return node.Right.(TypedExpr)
205}
206
207// OrExpr represents an OR expression.
208type OrExpr struct {

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected