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

Method Int

runtime/sam/expr/result/buffer.go:11–14  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

9type Buffer scode.Bytes
10
11func (b *Buffer) Int(v int64) scode.Bytes {
12 *b = Buffer(super.AppendInt(scode.Bytes((*b)[:0]), v))
13 return scode.Bytes(*b)
14}
15
16func (b *Buffer) Uint(v uint64) scode.Bytes {
17 *b = Buffer(super.AppendUint(scode.Bytes((*b)[:0]), v))

Callers 15

EvalMethod · 0.45
sortStableIndicesMethod · 0.45
CompareInt64Function · 0.45
CompareFloat64Function · 0.45
compareNumbersFunction · 0.45
EvalMethod · 0.45
EvalMethod · 0.45
CallMethod · 0.45
CallMethod · 0.45
CallMethod · 0.45
CallMethod · 0.45
ConsumeAsPartialMethod · 0.45

Calls 3

AppendIntFunction · 0.92
BytesTypeAlias · 0.92
BufferTypeAlias · 0.85

Tested by

no test coverage detected