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

Method writeString

runtime/metricsview/query_expression_sql.go:229–231  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

227}
228
229func (b exprSQLBuilder) writeString(s string) {
230 _, _ = b.WriteString(s)
231}
232
233func hasNilValue(expr *Expression) bool {
234 return expr != nil && expr.Value == nil && expr.Condition == nil && expr.Subquery == nil

Callers 3

writeNameMethod · 0.95
writeBinaryConditionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected