MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / RawString

Method RawString

pkg/sql/sem/tree/constant.go:486–488  ·  view source on GitHub ↗

RawString retrieves the underlying string of the StrVal.

()

Source from the content-addressed store, hash-verified

484
485// RawString retrieves the underlying string of the StrVal.
486func (expr *StrVal) RawString() string {
487 return expr.s
488}
489
490// Format implements the NodeFormatter interface.
491func (expr *StrVal) Format(ctx *FmtCtx) {

Callers 2

jsonCastMethod · 0.80
FormatURIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected