Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dinedal/textql
/ encodeSql
Method
encodeSql
sqlparser/sqltypes/sqltypes.go:278–282 ·
view source on GitHub ↗
(b BinWriter)
Source
from the content-addressed store, hash-verified
276
}
277
278
func
(n Numeric) encodeSql(b BinWriter) {
279
if
_, err := b.Write(n.raw()); err != nil {
280
panic(err)
281
}
282
}
283
284
func
(n Numeric) encodeAscii(b BinWriter) {
285
if
_, err := b.Write(n.raw()); err != nil {
Callers
nothing calls this directly
Calls
2
raw
Method · 0.95
Write
Method · 0.80
Tested by
no test coverage detected