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

Method TypedRight

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

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

()

Source from the content-addressed store, hash-verified

537
538// TypedRight returns the ComparisonExpr's right expression as a TypedExpr.
539func (node *ComparisonExpr) TypedRight() TypedExpr {
540 return node.Right.(TypedExpr)
541}
542
543// RangeCond represents a BETWEEN [SYMMETRIC] or a NOT BETWEEN [SYMMETRIC]
544// expression.

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected