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

Method TypedLeftTo

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

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

()

Source from the content-addressed store, hash-verified

587// TypedLeftTo returns the RangeCond's left expression as a TypedExpr, in the
588// context of a comparison with TypedTo().
589func (node *RangeCond) TypedLeftTo() TypedExpr {
590 return node.leftTo
591}
592
593// TypedTo returns the RangeCond's to expression as a TypedExpr.
594func (node *RangeCond) TypedTo() TypedExpr {

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected