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

Method String

pkg/sql/inverted/expression.go:395–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393}
394
395func (s *SpanExpression) String() string {
396 tp := treeprinter.New()
397 n := tp.Child("span expression")
398 s.Format(n, true /* includeSpansToRead */, false /* redactable */)
399 return tp.String()
400}
401
402// Format pretty-prints the SpanExpression.
403func (s *SpanExpression) Format(tp treeprinter.Node, includeSpansToRead, redactable bool) {

Callers

nothing calls this directly

Calls 4

FormatMethod · 0.95
NewFunction · 0.92
ChildMethod · 0.80
StringMethod · 0.65

Tested by

no test coverage detected