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

Method TypedLeft

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

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

()

Source from the content-addressed store, hash-verified

532
533// TypedLeft returns the ComparisonExpr's left expression as a TypedExpr.
534func (node *ComparisonExpr) TypedLeft() TypedExpr {
535 return node.Left.(TypedExpr)
536}
537
538// TypedRight returns the ComparisonExpr's right expression as a TypedExpr.
539func (node *ComparisonExpr) TypedRight() TypedExpr {

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected