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

Method TypedLeftFrom

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

TypedLeftFrom returns the RangeCond's left expression as a TypedExpr, in the context of a comparison with TypedFrom().

()

Source from the content-addressed store, hash-verified

576// TypedLeftFrom returns the RangeCond's left expression as a TypedExpr, in the
577// context of a comparison with TypedFrom().
578func (node *RangeCond) TypedLeftFrom() TypedExpr {
579 return node.Left.(TypedExpr)
580}
581
582// TypedFrom returns the RangeCond's from expression as a TypedExpr.
583func (node *RangeCond) TypedFrom() TypedExpr {

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected