Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dinedal/textql
/ MarshalJSON
Method
MarshalJSON
sqlparser/sqltypes/sqltypes.go:290–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
288
}
289
290
func
(n Numeric) MarshalJSON() ([]byte, error) {
291
return
n.raw(), nil
292
}
293
294
func
(f Fractional) raw() []byte {
295
return
[]byte(f)
Callers
nothing calls this directly
Calls
1
raw
Method · 0.95
Tested by
no test coverage detected