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

Struct Array

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

Array represents an array constructor.

Source from the content-addressed store, hash-verified

873
874// Array represents an array constructor.
875type Array struct {
876 Exprs Exprs
877
878 typeAnnotation
879}
880
881// Format implements the NodeFormatter interface.
882func (node *Array) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected