We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73646d commit 21f8b96Copy full SHA for 21f8b96
2 files changed
include/query.h
@@ -43,8 +43,6 @@ typedef struct {
43
44
void execute_query(const query_t *query, sink_t *sink);
45
46
-//void execute_query_parallel(const query_t *query, sink_t *sink);
47
-
48
void flatten_query(const operator_t* operator_, spsc_queue_t *results, uint8_t index, plan_t *plan);
49
50
void join_triple_copy(const data_t *src1, uint32_t index1,
0 commit comments