File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "Apache-2.0"
88keywords = [" datafusion" , " JSON" , " SQL" ]
99categories = [" database-implementations" , " parsing" ]
1010repository = " https://github.com/datafusion-contrib/datafusion-functions-json/"
11- rust-version = " 1.81 .0"
11+ rust-version = " 1.82 .0"
1212
1313[dependencies ]
1414datafusion = { version = " 46" , default-features = false }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ make_udf_function!(
1414 JsonLength ,
1515 json_length,
1616 json_data path,
17- r# "Get the length of the array or object at the given path."#
17+ "Get the length of the array or object at the given path."
1818) ;
1919
2020#[ derive( Debug ) ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ make_udf_function!(
1414 JsonObjectKeys ,
1515 json_object_keys,
1616 json_data path,
17- r# "Get the keys of a JSON object as an array."#
17+ "Get the keys of a JSON object as an array."
1818) ;
1919
2020#[ derive( Debug ) ]
You can’t perform that action at this time.
0 commit comments