Module function

Module function 

Source

Structsยง

FunctionArgs ๐Ÿ”’
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 candidates must not be empty otherwise an error is returned.
suggest_valid_function
Suggest a valid function based on an invalid input function name