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

Method String

rel/filter.go:86–93  ·  view source on GitHub ↗

String representation of FilterStatement

()

Source from the content-addressed store, hash-verified

84
85// String representation of FilterStatement
86func (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
96func (m *FilterStatement) FingerPrintID() int64 {

Callers 1

TestFilterEqualityFunction · 0.95

Calls 3

WriteDialectMethod · 0.95
NewJSONDialectWriterFunction · 0.92
StringMethod · 0.65

Tested by 1

TestFilterEqualityFunction · 0.76