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

Method SetValue

memstore/common/vector_party.go:169–169  ·  view source on GitHub ↗

Set value via a unsafe.Pointer directly.

(offset int, val unsafe.Pointer, valid bool)

Source from the content-addressed store, hash-verified

167 SetBool(offset int, val bool, valid bool)
168 // Set value via a unsafe.Pointer directly.
169 SetValue(offset int, val unsafe.Pointer, valid bool)
170 // Set go value directly.
171 SetGoValue(offset int, val GoDataValue, valid bool)
172 // Get value directly

Callers 15

recovery_test.goFile · 0.65
SetValueMethod · 0.65
setDataValueFunction · 0.65
writeBatchRecordsMethod · 0.65
SetCountMethod · 0.65
batchstats_test.goFile · 0.65
snapshot_test.goFile · 0.65
ingestion_test.goFile · 0.65
fillWithDefaultValueMethod · 0.65
SetDataValueMethod · 0.65

Implementers 4

cLiveVectorPartymemstore/live_vector_party.go
goLiveVectorPartymemstore/live_vector_party.go
LiveVectorPartymemstore/list/live_vector_party.go
LiveVectorPartymemstore/common/mocks/LiveVectorParty.

Calls

no outgoing calls

Tested by

no test coverage detected