MCPcopy
hub / github.com/uber/aresdb / StringLiteral

Struct StringLiteral

query/expr/ast.go:357–359  ·  view source on GitHub ↗

StringLiteral represents a string literal.

Source from the content-addressed store, hash-verified

355
356// StringLiteral represents a string literal.
357type StringLiteral struct {
358 Val string
359}
360
361// Type returns the type.
362func (l *StringLiteral) Type() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected