Make format support nested column and use variable (#5570)

* fix format for nested structure

* make little revert

* add tests

* fix format

* better comment

* make better comment
This commit is contained in:
WindSoilder
2022-05-18 19:08:43 +08:00
committed by GitHub
parent 3e09158afc
commit 5fa42eeb8c
3 changed files with 128 additions and 43 deletions

View File

@ -17,8 +17,8 @@ pub use lite_parse::{lite_parse, LiteBlock};
pub use parse_keywords::*;
pub use parser::{
is_math_expression_like, parse, parse_block, parse_duration_bytes, parse_external_call,
trim_quotes, trim_quotes_str, unescape_unquote_string, Import,
is_math_expression_like, parse, parse_block, parse_duration_bytes, parse_expression,
parse_external_call, trim_quotes, trim_quotes_str, unescape_unquote_string, Import,
};
#[cfg(feature = "plugin")]