MCPcopy
hub / github.com/rilldata/rill / String

Function String

runtime/pkg/expressionpb/expressionpb.go:28–34  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

26}
27
28func String(str string) *runtimev1.Expression {
29 return &runtimev1.Expression{
30 Expression: &runtimev1.Expression_Val{
31 Val: structpb.NewStringValue(str),
32 },
33 }
34}
35
36func Number(n float64) *runtimev1.Expression {
37 return &runtimev1.Expression{

Callers 15

initColumnWidthsFunction · 0.85
sanitizeValueForVegaFunction · 0.85
startMethod · 0.85
reconnectMethod · 0.85
SSEConnectionClass · 0.85
extractErrorMessageFunction · 0.85
handleRPCMessageFunction · 0.85
getOlapEngineLabelFunction · 0.85
formatResolvedContentFunction · 0.85
captureDimValuesFunction · 0.85

Calls

no outgoing calls