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

Function initIndexVector

query/time_series_aggregate.go:334–336  ·  view source on GitHub ↗
(vector unsafe.Pointer, start, size int, stream unsafe.Pointer, device int)

Source from the content-addressed store, hash-verified

332}
333
334func initIndexVector(vector unsafe.Pointer, start, size int, stream unsafe.Pointer, device int) {
335 C.InitIndexVector((*C.uint32_t)(vector), (C.uint32_t)(start), (C.int)(size), stream, (C.int)(device))
336}
337
338func (bc *oopkBatchContext) filterAction(functorType uint32, stream unsafe.Pointer, device int, inputs []C.InputVector, exp expr.Expr) {
339 numForeignTables := len(bc.foreignTableRecordIDsD)

Callers 3

reduceMethod · 0.85
preExecMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected