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

Method Float64

runtime/sam/expr/result/buffer.go:26–29  ·  view source on GitHub ↗
(v float64)

Source from the content-addressed store, hash-verified

24}
25
26func (b *Buffer) Float64(v float64) scode.Bytes {
27 *b = Buffer(super.AppendFloat64(scode.Bytes((*b)[:0]), v))
28 return scode.Bytes(*b)
29}
30
31func (b *Buffer) Time(v nano.Ts) scode.Bytes {
32 *b = Buffer(super.AppendTime(scode.Bytes((*b)[:0]), v))

Callers 1

CallMethod · 0.80

Calls 3

AppendFloat64Function · 0.92
BytesTypeAlias · 0.92
BufferTypeAlias · 0.85

Tested by

no test coverage detected