add comments
This commit is contained in:
		@ -38,6 +38,11 @@ function parseSyntax(sql, type) {
 | 
			
		||||
    return sqlSyntaxParser.parser.parseSyntax(sql1, sql2, type, false)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 自动补全提示
 | 
			
		||||
 * @param {(string | array)} sql
 | 
			
		||||
 * @param {string=} type
 | 
			
		||||
 */
 | 
			
		||||
function parserSql(sql, type) {
 | 
			
		||||
    if (typeof type == "undefined") {
 | 
			
		||||
        type = "hive"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user