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

Method TypedLeft

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

TypedLeft returns the OrExpr's left expression as a TypedExpr.

()

Source from the content-addressed store, hash-verified

227
228// TypedLeft returns the OrExpr's left expression as a TypedExpr.
229func (node *OrExpr) TypedLeft() TypedExpr {
230 return node.Left.(TypedExpr)
231}
232
233// TypedRight returns the OrExpr's right expression as a TypedExpr.
234func (node *OrExpr) TypedRight() TypedExpr {

Callers 3

normalizeMethod · 0.95
normalizeMethod · 0.45
normalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected