We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636d35e commit 537c424Copy full SHA for 537c424
presto-clp/src/main/java/com/facebook/presto/plugin/clp/ClpExpression.java
@@ -19,8 +19,9 @@
19
20
/**
21
* Represents the result of converting a Presto RowExpression into a CLP-compatible KQL query. In
22
- * every case, `kqlQuery` represents the part of the RowExpression that could be converted to a
23
- * KQL expression, and `remainingExpression` represents the part that could not be converted.
+ * every case, `pushDownExpression` represents the part of the RowExpression that could be
+ * converted to a KQL expression, and `remainingExpression` represents the part that could not be
24
+ * converted.
25
*/
26
public class ClpExpression
27
{
0 commit comments