MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Exprs

TypeAlias Exprs

postgres/parser/sem/tree/expr.go:1008–1008  ·  view source on GitHub ↗

Exprs represents a list of value expressions. It's not a valid expression because it's not parenthesized.

Source from the content-addressed store, hash-verified

1006// Exprs represents a list of value expressions. It's not a valid expression
1007// because it's not parenthesized.
1008type Exprs []Expr
1009
1010// Format implements the NodeFormatter interface.
1011func (node *Exprs) Format(ctx *FmtCtx) {

Callers 6

copyNodeMethod · 0.85
copyNodeMethod · 0.85
copyNodeMethod · 0.85
copyNodeMethod · 0.85
typeCheckTupleComparisonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected