Skip to content

Commit

Permalink
function -> function_impl
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang committed Sep 17, 2023
1 parent 756da85 commit a021d63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/frontend/src/expr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub use order_by_expr::{OrderBy, OrderByExpr};
mod expr_mutator;
mod expr_rewriter;
mod expr_visitor;
mod function;
mod function_impl;
mod session_timezone;
mod type_inference;
mod utils;
Expand Down

0 comments on commit a021d63

Please sign in to comment.