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

Method SetGoValue

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

Set go value directly.

(offset int, val GoDataValue, valid bool)

Source from the content-addressed store, hash-verified

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
173 GetValue(offset int) (unsafe.Pointer, bool)
174 // GetMinMaxValue get min and max value,

Callers 2

writeBatchRecordsMethod · 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