MCPcopy Create free account
hub / github.com/dinedal/textql / raw

Method raw

sqlparser/sqltypes/sqltypes.go:294–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292}
293
294func (f Fractional) raw() []byte {
295 return []byte(f)
296}
297
298func (f Fractional) encodeSql(b BinWriter) {
299 if _, err := b.Write(f.raw()); err != nil {

Callers 2

encodeSqlMethod · 0.95
encodeAsciiMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected