Resolved implements the interface sql.Expression.
()
| 223 | |
| 224 | // Resolved implements the interface sql.Expression. |
| 225 | func (f *FunctionColumn) Resolved() bool { |
| 226 | return !f.Typ.IsEmptyType() |
| 227 | } |
| 228 | |
| 229 | // String implements the interface sql.Expression. |
| 230 | func (f *FunctionColumn) String() string { |
nothing calls this directly
no test coverage detected