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

Struct String

runtime/sam/expr/agg/math.go:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273func (f *Time) typ() super.Type { return super.TypeTime }
274
275type String struct {
276 state string
277 hasval bool
278 function anymath.String
279}
280
281func NewString(f *anymath.Function) *String {
282 return &String{function: f.String}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected