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

Method Format

sqlparser/ast.go:648–651  ·  view source on GitHub ↗
(buf *TrackedBuffer)

Source from the content-addressed store, hash-verified

646type StrVal []byte
647
648func (node StrVal) Format(buf *TrackedBuffer) {
649 s := sqltypes.MakeString([]byte(node))
650 s.EncodeSql(buf)
651}
652
653// NumVal represents a number.
654type NumVal []byte

Callers

nothing calls this directly

Calls 1

EncodeSqlMethod · 0.80

Tested by

no test coverage detected