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

Function Not

vector/bool.go:49–51  ·  view source on GitHub ↗
(vec *Bool)

Source from the content-addressed store, hash-verified

47}
48
49func Not(vec *Bool) *Bool {
50 return NewBool(bitvec.Not(vec.Bits))
51}
52
53// BoolValue returns the value of slot in vec as a Boolean.
54func BoolValue(vec Any, slot uint32) bool {

Callers 1

evalMethod · 0.92

Calls 2

NotFunction · 0.92
NewBoolFunction · 0.70

Tested by

no test coverage detected