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

Method writeParenthesizedString

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

Source from the content-addressed store, hash-verified

709}
710
711func (b *sqlExprBuilder) writeParenthesizedString(s string) {
712 _ = b.out.WriteByte('(')
713 _, _ = b.out.WriteString(s)
714 _ = b.out.WriteByte(')')
715}
716
717func (b *sqlExprBuilder) sqlForName(name string) (expr string, unnest bool, lookup *lookupMeta, err error) {
718 // If node is nil, we are evaluating the expression against the underlying table.

Callers 6

writeNameMethod · 0.95
writeILikeConditionMethod · 0.95
writeInConditionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected