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

Function Or

vector/bool.go:45–47  ·  view source on GitHub ↗
(a, b *Bool)

Source from the content-addressed store, hash-verified

43}
44
45func Or(a, b *Bool) *Bool {
46 return NewBool(bitvec.Or(a.Bits, b.Bits))
47}
48
49func Not(vec *Bool) *Bool {
50 return NewBool(bitvec.Not(vec.Bits))

Callers 2

evalMethod · 0.92
evalMethod · 0.92

Calls 2

OrFunction · 0.92
NewBoolFunction · 0.70

Tested by

no test coverage detected