jie.wang
jie.wang
I forked docsy-example, and github tell me this: 
# a IN b AND c (EdgeIndexPrefixScan) When profiling query: """ LOOKUP ON edge_1 WHERE edge_1.col2_int IN [11 , 66/2] AND edge_1.col2_int==11 YIELD edge_1.col2_int """ Then the result should be,...
The project is https://github.com/neo4j/neo4j/tree/4.3, it consists of java and scala files but doesn't have a build.sbt file. So the extension(v1.10.8) doesn't work. ``` Java home: /home/bob/.jabba/jdk/[email protected] Metals version: 0.10.5 2021.08.04...
eg. In s2shape_index.h: ``` enum InitialPosition { BEGIN, END, UNPOSITIONED }; ``` Such an enum name like `BEGIN` is very common, so it is easy to have the same name...
 执行./build.sh时报错
https://github.com/Tencent/plato/blob/master/plato/graph/structure/vid_encoder.hpp ``` spread_message( cache, [&](const push_context_t& context, size_t i, edge_unit_spec_t *edge) { if (opts_.src_need_encode_) { bool upserted = used.upsert(edge->src_, [](vid_t&){}, 0); if (upserted) { auto send_to = murmur_hash2(&(edge->src_), sizeof(VID_T)) %...