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

Struct Int64

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

Source from the content-addressed store, hash-verified

145func (f *Float64) typ() super.Type { return super.TypeFloat64 }
146
147type Int64 struct {
148 state int64
149 function anymath.Int64
150}
151
152func NewInt64(f *anymath.Function, val super.Value) *Int64 {
153 state := f.Init.Int64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected