MCPcopy Create free account
hub / github.com/araddon/qlbridge / String

Method String

rel/filter.go:189–196  ·  view source on GitHub ↗

String representation of FilterSelect

()

Source from the content-addressed store, hash-verified

187
188// String representation of FilterSelect
189func (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
199func (m *FilterSelect) FingerPrintID() int64 {

Callers 1

TestFilterEqualityFunction · 0.95

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.92
StringMethod · 0.65

Tested by 1

TestFilterEqualityFunction · 0.76