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

Method Add

postgres/parser/pgdate/fields.go:85–87  ·  view source on GitHub ↗

Add returns a fieldSet containing the field.

(field field)

Source from the content-addressed store, hash-verified

83
84// Add returns a fieldSet containing the field.
85func (s fieldSet) Add(field field) fieldSet {
86 return s.AddAll(field.AsSet())
87}
88
89// AddAll returns a fieldSet combining the other fieldSet.
90func (s fieldSet) AddAll(other fieldSet) fieldSet {

Callers 4

ExtractMethod · 0.45
interpretNumberMethod · 0.45
stripTimezoneFunction · 0.45
SetMethod · 0.45

Calls 2

AddAllMethod · 0.95
AsSetMethod · 0.80

Tested by

no test coverage detected