milvus/internal/parser/planparserv2
smellthemoon 1602390734
enhance: support null expr(#38772) (#38931)
pr: #38772 
issue: #31728

---------

Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
2025-01-16 10:55:07 +08:00
..
generated enhance: support null expr(#38772) (#38931) 2025-01-16 10:55:07 +08:00
Plan.g4 enhance: support null expr(#38772) (#38931) 2025-01-16 10:55:07 +08:00
README.md enhance: Update antlr version and refine parsing not in (#36745) 2024-10-11 14:03:21 +08:00
check_identical.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
check_identical_test.go enhance: support null expr(#38772) (#38931) 2025-01-16 10:55:07 +08:00
convert_field_data_to_generic_value.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
convert_field_data_to_generic_value_test.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
error_listener.go enhance: Update antlr version and refine parsing not in (#36745) 2024-10-11 14:03:21 +08:00
fill_expression_value.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
fill_expression_value_test.go enhance: Update the template expression proto to improve transmission efficiency (#37484) 2024-11-07 16:28:25 +08:00
floating_comparision.go Support antlr as plan parser (#16696) 2022-05-06 17:43:51 +08:00
floating_comparision_test.go Support antlr as plan parser (#16696) 2022-05-06 17:43:51 +08:00
generate.go Auto generate parser code (#26716) 2023-08-31 11:13:01 +08:00
generate.sh fix: [2.5] expression with capital AND and OR are not recognized (#38928) 2025-01-02 15:04:58 +08:00
logical_expr_visitor.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
node_ret.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
operators.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
parser_visitor.go enhance: support null expr(#38772) (#38931) 2025-01-16 10:55:07 +08:00
pattern_match.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
pattern_match_test.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
plan_parser_v2.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
plan_parser_v2_test.go enhance: support null expr(#38772) (#38931) 2025-01-16 10:55:07 +08:00
pool.go enhance: Update antlr version and refine parsing not in (#36745) 2024-10-11 14:03:21 +08:00
pool_test.go enhance: Update antlr version and refine parsing not in (#36745) 2024-10-11 14:03:21 +08:00
show_visitor.go enhance: support null expr(#38772) (#38931) 2025-01-16 10:55:07 +08:00
utils.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
utils_test.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00

README.md

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.