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

Method GetColumnUpdateMode

memstore/common/upsert_batch.go:198–200  ·  view source on GitHub ↗

convenient function to get ColumnUpdateMode, assume no out of index

(col int)

Source from the content-addressed store, hash-verified

196
197// convenient function to get ColumnUpdateMode, assume no out of index
198func (u *UpsertBatch) GetColumnUpdateMode(col int) ColumnUpdateMode {
199 return u.columns[col].columnUpdateMode
200}
201
202// convenient function to get GoDataValue
203func (u *UpsertBatch) ReadGoValue(row, col int) GoDataValue {

Callers 1

writeBatchRecordsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected