IsEmptyType returns true if the type is not valid.
()
| 668 | |
| 669 | // IsEmptyType returns true if the type is not valid. |
| 670 | func (t *DoltgresType) IsEmptyType() bool { |
| 671 | return t == nil |
| 672 | } |
| 673 | |
| 674 | // IsPolymorphicType types are special built-in pseudo-types |
| 675 | // that are used during function resolution to allow a function |
no outgoing calls
no test coverage detected