adjust allocate window function operator, enhance pq_distribute_window hint
This commit is contained in:
@ -1103,6 +1103,7 @@ Timestamp{whitespace}?\"[^\"]*\" {
|
||||
<hint>OPT_PARAM { return OPT_PARAM; }
|
||||
<hint>OB_DDL_SCHEMA_VERSION { return OB_DDL_SCHEMA_VERSION; }
|
||||
<hint>DYNAMIC_SAMPLING { return DYNAMIC_SAMPLING; }
|
||||
<hint>PUSHDOWN { return PUSHDOWN; }
|
||||
<hint>{identifier} {
|
||||
if (!(IS_FAST_PARAMETERIZE)) {
|
||||
check_value(yylval);
|
||||
|
||||
Reference in New Issue
Block a user