Skip to content

Commit 961b2b6

Browse files
author
Fantayeneh Asres Gizaw
committed
export fn
1 parent ba0fe50 commit 961b2b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub mod udfs {
5757
pub use crate::json_get_str::json_get_str_udf;
5858
pub use crate::json_length::json_length_udf;
5959
pub use crate::json_object_keys::json_object_keys_udf;
60+
pub use crate::json_parse::json_parse_udf;
6061
}
6162

6263
/// Register all JSON UDFs, and [`rewrite::JsonFunctionRewriter`] with the provided [`FunctionRegistry`].

0 commit comments

Comments
 (0)