Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dinedal/textql
/ raw
Method
raw
sqlparser/sqltypes/sqltypes.go:274–276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
272
}
273
274
func
(n Numeric) raw() []byte {
275
return
[]byte(n)
276
}
277
278
func
(n Numeric) encodeSql(b BinWriter) {
279
if
_, err := b.Write(n.raw()); err != nil {
Callers
3
encodeSql
Method · 0.95
encodeAscii
Method · 0.95
MarshalJSON
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected