Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
ying-hua committed Oct 10, 2024
1 parent 43d4bb7 commit dce9972
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
import java.util.ArrayList;
import java.util.List;

/**
* EltFunction -> elt(index, expr[, exprs]*)
* description:
* - Returns the index-th expression.
* - index must be an integer between 1 and the number of expressions.
* - Returns NULL if index is NULL or out of range.
*/
@TransformFunction(names = {"elt"})
public class EltFunction implements ValueParser {

Expand Down

0 comments on commit dce9972

Please sign in to comment.