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

Method TypedLeft

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

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

()

Source from the content-addressed store, hash-verified

1121
1122// TypedLeft returns the BinaryExpr's left expression as a TypedExpr.
1123func (node *BinaryExpr) TypedLeft() TypedExpr {
1124 return node.Left.(TypedExpr)
1125}
1126
1127// TypedRight returns the BinaryExpr's right expression as a TypedExpr.
1128func (node *BinaryExpr) TypedRight() TypedExpr {

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected