Enums§
- ErrMsg
Type π - The error type for hint display Currently we will try invalid parameter first Then try to find non-existent functions
Constants§
- DEFAULT_
ERR_ πMSG - FUNCTION_
KEYWORD π - Used for detecting non-existent function
- PROMPT π
- Used for hint display
- SQL_
UDF_ PATTERN - Used for detecting invalid parameters
Functions§
- create_
mock_ πudf_ context - Create a mock
udf_context
, which is used for semantic check - extract_
hint_ πdisplay_ target - Extract the target name to hint display according to the type of the error message item
- find_
target π - Find the pattern for better hint display return the exact index where the pattern first appears
- handle_
create_ sql_ function - validate_
err_ πmsg - Validate the error message to see if itβs possible to improve the display to users