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

Method TypedExprAt

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

TypedExprAt returns the expression at the specified index as a TypedExpr.

(idx int)

Source from the content-addressed store, hash-verified

738
739// TypedExprAt returns the expression at the specified index as a TypedExpr.
740func (node *CoalesceExpr) TypedExprAt(idx int) TypedExpr {
741 return node.Exprs[idx].(TypedExpr)
742}
743
744// Format implements the NodeFormatter interface.
745func (node *CoalesceExpr) Format(ctx *FmtCtx) {

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected