From bd4a113d764e4daa9e9d7fa680ddf8fd20e74d2e Mon Sep 17 00:00:00 2001 From: Sevenannn Date: Thu, 26 Dec 2024 11:11:49 -0800 Subject: [PATCH] test --- sources/sql/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/sql/src/lib.rs b/sources/sql/src/lib.rs index 2ed0113..37fe0c5 100644 --- a/sources/sql/src/lib.rs +++ b/sources/sql/src/lib.rs @@ -290,6 +290,7 @@ fn rewrite_column_name( // The function replaces occurrences of table_ref_str in col_name with the new name defined by rewrite. // The name to rewrite should NOT be a substring of another name. // Supports multiple occurrences of table_ref_str in col_name. +// test fn rewrite_column_name_in_expr( col_name: &str, table_ref_str: &str,