String representation of FilterStatement
()
| 84 | |
| 85 | // String representation of FilterStatement |
| 86 | func (m *FilterStatement) String() string { |
| 87 | if m == nil { |
| 88 | return "" |
| 89 | } |
| 90 | w := expr.NewJSONDialectWriter() |
| 91 | m.WriteDialect(w) |
| 92 | return w.String() |
| 93 | } |
| 94 | |
| 95 | // FingerPrint consistent hashed int value of FingerPrint above |
| 96 | func (m *FilterStatement) FingerPrintID() int64 { |