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

Method TypedLeft

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

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

()

Source from the content-addressed store, hash-verified

196
197// TypedLeft returns the AndExpr's left expression as a TypedExpr.
198func (node *AndExpr) TypedLeft() TypedExpr {
199 return node.Left.(TypedExpr)
200}
201
202// TypedRight returns the AndExpr's right expression as a TypedExpr.
203func (node *AndExpr) TypedRight() TypedExpr {

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected