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

Struct Duration

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

Source from the content-addressed store, hash-verified

209func (f *Uint64) typ() super.Type { return super.TypeUint64 }
210
211type Duration struct {
212 state int64
213 function anymath.Int64
214}
215
216func NewDuration(f *anymath.Function, val super.Value) *Duration {
217 state := f.Init.Int64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected