jh3507 commented on a change in pull request #1309: [CALCITE-3183] Trimming 
method for Filter rel uses wrong traitSet
URL: https://github.com/apache/calcite/pull/1309#discussion_r302236474
 
 

 ##########
 File path: site/_docs/algebra.md
 ##########
 @@ -309,7 +309,7 @@ return the `RelBuilder`.
 | `functionScan(operator, n, expr...)`<br/>`functionScan(operator, n, 
exprList)` | Creates a [TableFunctionScan]({{ site.apiRoot 
}}/org/apache/calcite/rel/core/TableFunctionScan.html) of the `n` most recent 
relational expressions.
 | `transientScan(tableName [, rowType])` | Creates a [TableScan]({{ 
site.apiRoot }}/org/apache/calcite/rel/core/TableScan.html) on a 
[TransientTable]]({{ site.apiRoot 
}}/org/apache/calcite/schema/TransientTable.html) with the given type (if not 
specified, the most recent relational expression's type will be used).
 | `values(fieldNames, value...)`<br/>`values(rowType, tupleList)` | Creates a 
[Values]({{ site.apiRoot }}/org/apache/calcite/rel/core/Values.html).
-| `filter(expr...)`<br/>`filter(exprList)` | Creates a [Filter]({{ 
site.apiRoot }}/org/apache/calcite/rel/core/Filter.html) over the AND of the 
given predicates.
+| `filter(correlVariables, 
exprList)`<br/>`filter(expr...)`<br/>`filter(exprList)` | Creates a [Filter]({{ 
site.apiRoot }}/org/apache/calcite/rel/core/Filter.html) over the AND of the 
given predicates.<br/><br/>The first form additionally allows to set 
correlation variables.
 
 Review comment:
   Thanks for the catch. Done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to