File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ RecordSet recordSet = querier.query(sql);
2121
2222 下表将给出TcVector查询接口的参数与SQL语法的对照关系:
2323
24- | TcVector查询参数接口 | SQL语法 |
25- | ------------------------------------------------| --------------|
26- | withParams | withParams |
27- | withVectors | withVectors |
28- | withDocumentIds | where expr |
29- | withFilter | where expr |
30- | collection(table) | from table |
24+ | TcVector查询参数接口 | SQL语法 |
25+ | ------------------------------------------------| ------------------|
26+ | collection(table) | from table |
3127| withOutputFields(outFields) | select outFields |
32- | withExpr(expr) | where expr |
33- | withLimit() | limit offset, k |
28+ | withDocumentIds | where id = ? |
29+ | withFilter | where expr |
30+ | withParams | withParams |
31+ | withVectors | withVectors |
32+ | withLimit() | limit offset, k |
33+
3434
3535 模块的maven坐标
3636
You can’t perform that action at this time.
0 commit comments