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

Struct ArrayTypeReference

postgres/parser/sem/tree/type_name.go:215–217  ·  view source on GitHub ↗

ArrayTypeReference represents an array of possibly unknown type references.

Source from the content-addressed store, hash-verified

213
214// ArrayTypeReference represents an array of possibly unknown type references.
215type ArrayTypeReference struct {
216 ElementType ResolvableTypeReference
217}
218
219// SQLString implements the ResolvableTypeReference interface.
220func (node *ArrayTypeReference) SQLString() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected