MCPcopy Create free account
hub / github.com/rilldata/rill / writeString

Method writeString

runtime/metricsview/astexpr.go:707–709  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

705}
706
707func (b *sqlExprBuilder) writeString(s string) {
708 _, _ = b.out.WriteString(s)
709}
710
711func (b *sqlExprBuilder) writeParenthesizedString(s string) {
712 _ = b.out.WriteByte('(')

Callers 10

writeValueMethod · 0.95
writeSubqueryMethod · 0.95
writeCastMethod · 0.95
writeBinaryConditionMethod · 0.95
writeILikeConditionMethod · 0.95
writeInConditionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected