MCPcopy Create free account
hub / github.com/brimdata/super / onSingleQuotedString1

Method onSingleQuotedString1

compiler/parser/parser.go:22941–22943  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

22939}
22940
22941func (c *current) onSingleQuotedString1(v any) (any, error) {
22942 return joinChars(v), nil
22943}
22944
22945func (p *parser) callonSingleQuotedString1() (any, error) {
22946 stack := p.vstack[len(p.vstack)-1]

Callers 1

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected