File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1322,15 +1322,15 @@ impl fmt::Display for LambdaFunction {
13221322pub enum LambdaSyntax {
13231323 /// Arrow syntax: `param -> expr` or `(param1, param2) -> expr`
13241324 ///
1325- /// https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-lambda-functions
1325+ /// < https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-lambda-functions>
13261326 ///
13271327 /// Supported, but deprecated in DuckDB:
1328- /// https://duckdb.org/docs/stable/sql/functions/lambda
1328+ /// < https://duckdb.org/docs/stable/sql/functions/lambda>
13291329 Arrow ,
13301330 /// Lambda keyword syntax: `lambda param : expr` or `lambda param1, param2 : expr`
13311331 ///
13321332 /// Recommended in DuckDB:
1333- /// https://duckdb.org/docs/stable/sql/functions/lambda
1333+ /// < https://duckdb.org/docs/stable/sql/functions/lambda>
13341334 LambdaKeyword ,
13351335}
13361336
You can’t perform that action at this time.
0 commit comments