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

Method TypedFrom

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

TypedFrom returns the RangeCond's from expression as a TypedExpr.

()

Source from the content-addressed store, hash-verified

581
582// TypedFrom returns the RangeCond's from expression as a TypedExpr.
583func (node *RangeCond) TypedFrom() TypedExpr {
584 return node.From.(TypedExpr)
585}
586
587// TypedLeftTo returns the RangeCond's left expression as a TypedExpr, in the
588// context of a comparison with TypedTo().

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected