()
| 97 | ctx.WriteString(".*") |
| 98 | } |
| 99 | func (a *AllColumnsSelector) String() string { return AsString(a) } |
| 100 | |
| 101 | // NormalizeVarName implements the VarName interface. |
| 102 | func (a *AllColumnsSelector) NormalizeVarName() (VarName, error) { return a, nil } |
nothing calls this directly
no test coverage detected