Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
646
type
StrVal []byte
647
648
func
(node StrVal) Format(buf *TrackedBuffer) {
649
s := sqltypes.MakeString([]byte(node))
650
s.EncodeSql(buf)
651
}
652
653
// NumVal represents a number.
654
type
NumVal []byte
Callers
nothing calls this directly
Calls
1
EncodeSql
Method · 0.80
Tested by
no test coverage detected