MCPcopy
hub / github.com/uber/aresdb / SetBool

Method SetBool

memstore/live_vector_party.go:36–40  ·  view source on GitHub ↗

SetBool implements SetBool in LiveVectorParty interface

(offset int, val bool, valid bool)

Source from the content-addressed store, hash-verified

34
35// SetBool implements SetBool in LiveVectorParty interface
36func (vp *cLiveVectorParty) SetBool(offset int, val bool, valid bool) {
37 vp.setValidity(offset, valid)
38 vp.values.SetBool(offset, val)
39 return
40}
41
42// SetBool implements SetValue in LiveVectorParty interface
43func (vp *cLiveVectorParty) SetValue(offset int, val unsafe.Pointer, valid bool) {

Callers

nothing calls this directly

Calls 2

setValidityMethod · 0.80
SetBoolMethod · 0.65

Tested by

no test coverage detected