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

Struct Array

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

Array represents an array constructor.

Source from the content-addressed store, hash-verified

962
963// Array represents an array constructor.
964type Array struct {
965 Exprs Exprs
966
967 typeAnnotation
968}
969
970// Format implements the NodeFormatter interface.
971func (node *Array) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected