Structsยง
- Function
Args ๐ - Arguments for a function call extracted from the SQL AST
Functionsยง
- find_
closest_ ๐match - Find the closest matching string to the target string in the candidates list, using edit distance(case insensitive)
Input
candidatesmust not be empty otherwise an error is returned. - suggest_
valid_ function - Suggest a valid function based on an invalid input function name