MCPcopy 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
274func (n Numeric) raw() []byte {
275 return []byte(n)
276}
277
278func (n Numeric) encodeSql(b BinWriter) {
279 if _, err := b.Write(n.raw()); err != nil {

Callers 3

encodeSqlMethod · 0.95
encodeAsciiMethod · 0.95
MarshalJSONMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected