String representation of FilterSelect
()
| 187 | |
| 188 | // String representation of FilterSelect |
| 189 | func (m *FilterSelect) String() string { |
| 190 | if m == nil { |
| 191 | return "" |
| 192 | } |
| 193 | w := expr.NewDefaultWriter() |
| 194 | m.WriteDialect(w) |
| 195 | return w.String() |
| 196 | } |
| 197 | |
| 198 | // FingerPrint consistent hashed int value of FingerPrint above |
| 199 | func (m *FilterSelect) FingerPrintID() int64 { |