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

Method TupleContents

pkg/sql/types/types.go:977–979  ·  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

975// TupleContents returns a slice containing the type of each tuple field. This
976// is nil for non-TupleFamily types.
977func (t *T) TupleContents() []T {
978 return t.InternalType.TupleContents
979}
980
981// TupleLabels returns a slice containing the labels of each tuple field. This
982// is nil for types not in the TupleFamily, or if the tuple type does not

Callers 15

EquivalentMethod · 0.95
StringMethod · 0.95
IsAmbiguousMethod · 0.95
IsWildcardTupleTypeFunction · 0.80
FormatMethod · 0.80
NewDefaultDatumFunction · 0.80
DatumTypeSizeFunction · 0.80
memoizeFnMethod · 0.80
NewTypedColumnAccessExprFunction · 0.80
TypeCheckMethod · 0.80
TypeCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected