(vector unsafe.Pointer, start, size int, stream unsafe.Pointer, device int)
| 332 | } |
| 333 | |
| 334 | func 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 | |
| 338 | func (bc *oopkBatchContext) filterAction(functorType uint32, stream unsafe.Pointer, device int, inputs []C.InputVector, exp expr.Expr) { |
| 339 | numForeignTables := len(bc.foreignTableRecordIDsD) |
no outgoing calls
no test coverage detected