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