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

Function NewFingerPrinter

expr/dialect.go:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205func NewFingerPrinter() DialectWriter {
206 return &fingerprintDialect{NewDefaultWriter(), "?"}
207}
208func NewFingerPrintWriter(replace string, w DialectWriter) DialectWriter {
209 return &fingerprintDialect{w, replace}
210}

Callers 4

FingerPrintIDMethod · 0.92
FingerPrintIDMethod · 0.92
FingerPrintIDMethod · 0.92
TestSqlFingerPrintingFunction · 0.92

Calls 1

NewDefaultWriterFunction · 0.85

Tested by 1

TestSqlFingerPrintingFunction · 0.74