feat: use SLL mode (#269)
* feat: use SLL(*) PredictionMode for better performance * feat: optimize mysql grammar to fit SLL mode * feat: optimize postgre grammmar to fit SLL mode * feat: optimize spark grammar to fit SLL mode * test: correct unit tests * feat: optimize pgsql grammar
This commit is contained in:
@ -716,8 +716,8 @@ setQuantifier
|
||||
;
|
||||
|
||||
relation
|
||||
: KW_LATERAL? relationPrimary relationExtension*
|
||||
| tableName
|
||||
: tableName
|
||||
| KW_LATERAL? relationPrimary relationExtension*
|
||||
;
|
||||
|
||||
relationExtension
|
||||
@ -1940,7 +1940,6 @@ nonReserved
|
||||
| KW_SCHEMAS
|
||||
| KW_SECOND
|
||||
| KW_SECONDS
|
||||
| KW_SELECT
|
||||
| KW_SEPARATED
|
||||
| KW_SERDE
|
||||
| KW_SERDEPROPERTIES
|
||||
|
Reference in New Issue
Block a user