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

Function NewFloat

vector/float.go:15–17  ·  view source on GitHub ↗
(typ super.Type, values []float64)

Source from the content-addressed store, hash-verified

13var _ Any = (*Float)(nil)
14
15func NewFloat(typ super.Type, values []float64) *Float {
16 return &Float{typ, values}
17}
18
19func NewFloatEmpty(typ super.Type, length uint32) *Float {
20 return NewFloat(typ, make([]float64, 0, length))

Callers 15

projectMethod · 0.92
newVectorMethod · 0.92
convertMethod · 0.92
absMethod · 0.92
ceilMethod · 0.92
floorMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
castToNumberFunction · 0.92
stringToFloatFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected