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

Method TupleContents

postgres/parser/types/types.go:1202–1204  ·  view source on GitHub ↗

TupleContents returns a slice containing the type of each tuple field. This is nil for non-TupleFamily types.

()

Source from the content-addressed store, hash-verified

1200// TupleContents returns a slice containing the type of each tuple field. This
1201// is nil for non-TupleFamily types.
1202func (t *T) TupleContents() []*T {
1203 return t.InternalType.TupleContents
1204}
1205
1206// TupleLabels returns a slice containing the labels of each tuple field. This
1207// is nil for types not in the TupleFamily, or if the tuple type does not

Callers 15

EquivalentMethod · 0.95
EquivalentOrNullMethod · 0.95
StringMethod · 0.95
IsAmbiguousMethod · 0.95
IsWildcardTupleTypeFunction · 0.80
FormatMethod · 0.80
memoizeFnMethod · 0.80
NewTypedColumnAccessExprFunction · 0.80
TypeCheckMethod · 0.80
TypeCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected