Skip to content

Commit 21f8b96

Browse files
committed
Moved to lock free sync
1 parent a73646d commit 21f8b96

2 files changed

Lines changed: 98 additions & 235 deletions

File tree

include/query.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ typedef struct {
4343

4444
void execute_query(const query_t *query, sink_t *sink);
4545

46-
//void execute_query_parallel(const query_t *query, sink_t *sink);
47-
4846
void flatten_query(const operator_t* operator_, spsc_queue_t *results, uint8_t index, plan_t *plan);
4947

5048
void join_triple_copy(const data_t *src1, uint32_t index1,

0 commit comments

Comments
 (0)