Skip to content

Commit

Permalink
fix: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyOVO committed Sep 2, 2024
1 parent bdbdd3c commit 2fd0a7c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@

import net.sf.jsqlparser.expression.Function;

/**
* RadiansFunction
* description:
* - RADIANS(x)--returns radians of x, Convert degrees to radians
*/
@TransformFunction(names = {"radians"})
public class RadiansFunction implements ValueParser {

Expand Down

0 comments on commit 2fd0a7c

Please sign in to comment.