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

Method TypedTo

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

TypedTo returns the RangeCond's to expression as a TypedExpr.

()

Source from the content-addressed store, hash-verified

592
593// TypedTo returns the RangeCond's to expression as a TypedExpr.
594func (node *RangeCond) TypedTo() TypedExpr {
595 return node.To.(TypedExpr)
596}
597
598// IsOfTypeExpr represents an IS {,NOT} OF (type_list) expression.
599type IsOfTypeExpr struct {

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected