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

Struct CoalesceExpr

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

CoalesceExpr represents a COALESCE or IFNULL expression.

Source from the content-addressed store, hash-verified

705
706// CoalesceExpr represents a COALESCE or IFNULL expression.
707type CoalesceExpr struct {
708 Name string
709 Exprs Exprs
710
711 typeAnnotation
712}
713
714// NewTypedCoalesceExpr returns a CoalesceExpr that is well-typed.
715func NewTypedCoalesceExpr(typedExprs TypedExprs, typ *types.T) *CoalesceExpr {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected