Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
func
NewFingerPrinter() DialectWriter {
206
return
&fingerprintDialect{NewDefaultWriter(),
"?"
}
207
}
208
func
NewFingerPrintWriter(replace string, w DialectWriter) DialectWriter {
209
return
&fingerprintDialect{w, replace}
210
}
Callers
4
FingerPrintID
Method · 0.92
FingerPrintID
Method · 0.92
FingerPrintID
Method · 0.92
TestSqlFingerPrinting
Function · 0.92
Calls
1
NewDefaultWriter
Function · 0.85
Tested by
1
TestSqlFingerPrinting
Function · 0.74