Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dinedal/textql
/ raw
Method
raw
sqlparser/sqltypes/sqltypes.go:294–296 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
292
}
293
294
func
(f Fractional) raw() []byte {
295
return
[]byte(f)
296
}
297
298
func
(f Fractional) encodeSql(b BinWriter) {
299
if
_, err := b.Write(f.raw()); err != nil {
Callers
2
encodeSql
Method · 0.95
encodeAscii
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected