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

Method AddAll

postgres/parser/pgdate/fields.go:90–92  ·  view source on GitHub ↗

AddAll returns a fieldSet combining the other fieldSet.

(other fieldSet)

Source from the content-addressed store, hash-verified

88
89// AddAll returns a fieldSet combining the other fieldSet.
90func (s fieldSet) AddAll(other fieldSet) fieldSet {
91 return s | other
92}
93
94// Clear removes the field from the set. It is not an error to
95// clear a field which is not set.

Callers 4

AddMethod · 0.95
ExtractMethod · 0.80
interpretNumberMethod · 0.80
parsing.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected