Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ raw
Method
raw
database/sqltypes/sqltypes.go:463–465 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
461
}
462
463
func
(n Numeric) raw() []byte {
464
return
[]byte(n)
465
}
466
467
func
(n Numeric) encodeSql(b encoding2.BinaryWriter) {
468
if
_, err := b.Write(n.raw()); err != nil {
Callers
4
ConvertAssign
Function · 0.95
encodeSql
Method · 0.95
encodeAscii
Method · 0.95
MarshalBinary
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected