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

Method writeValue

runtime/metricsview/astexpr.go:77–81  ·  view source on GitHub ↗
(val any)

Source from the content-addressed store, hash-verified

75}
76
77func (b *sqlExprBuilder) writeValue(val any) error {
78 b.writeString("?")
79 b.args = append(b.args, val)
80 return nil
81}
82
83func (b *sqlExprBuilder) writeSubquery(sub *Subquery) error {
84 // We construct a Query that combines the parent Query's contextual info with that of the Subquery.

Callers 1

writeExpressionMethod · 0.95

Calls 1

writeStringMethod · 0.95

Tested by

no test coverage detected