mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
b0bd290a6e
Some checks are pending
Code Checker / Code Checker AMD64 Ubuntu 22.04 (push) Waiting to run
Code Checker / Code Checker Amazonlinux 2023 (push) Waiting to run
Code Checker / Code Checker rockylinux8 (push) Waiting to run
Mac Code Checker / Code Checker MacOS 12 (push) Waiting to run
Build and test / Build and test AMD64 Ubuntu 22.04 (push) Waiting to run
Build and test / UT for Cpp (push) Blocked by required conditions
Build and test / UT for Go (push) Blocked by required conditions
Build and test / Integration Test (push) Blocked by required conditions
Build and test / Upload Code Coverage (push) Blocked by required conditions
Related to #35020 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
---|---|---|
.. | ||
generated | ||
check_identical_test.go | ||
check_identical.go | ||
convert_field_data_to_generic_value_test.go | ||
convert_field_data_to_generic_value.go | ||
error_listener.go | ||
fill_expression_value_test.go | ||
fill_expression_value.go | ||
floating_comparision_test.go | ||
floating_comparision.go | ||
generate.go | ||
generate.sh | ||
logical_expr_visitor.go | ||
node_ret.go | ||
operators.go | ||
parser_visitor.go | ||
pattern_match_test.go | ||
pattern_match.go | ||
plan_parser_v2_test.go | ||
plan_parser_v2.go | ||
Plan.g4 | ||
pool_test.go | ||
pool.go | ||
README.md | ||
show_visitor.go | ||
utils_test.go | ||
utils.go |
Generate Parser with Antlr4
Install Antlr4
Please follow install antlr4 to install the antlr tool.
The version of antlr tool: 4.13.2
.
Code Generate
After you install the antlr4, you can generate the parser code in golang with:
go generate
All generated code will be under directory generated
.