[GitHub] [calcite] liyafan82 commented on a change in pull request #2242: [CALCITE-4363] Need a utility to check if a SQL operator is standard

2020-11-05 Thread GitBox
liyafan82 commented on a change in pull request #2242: URL: https://github.com/apache/calcite/pull/2242#discussion_r517875439 ## File path: core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java ## @@ -482,6 +500,7 @@ * Its precedence is less than the

[GitHub] [calcite] liyafan82 commented on a change in pull request #2242: [CALCITE-4363] Need a utility to check if a SQL operator is standard

2020-11-05 Thread GitBox
liyafan82 commented on a change in pull request #2242: URL: https://github.com/apache/calcite/pull/2242#discussion_r517864166 ## File path: core/src/test/java/org/apache/calcite/sql/fun/SqlStdOperatorTableTest.java ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software

[GitHub] [calcite] liyafan82 commented on a change in pull request #2242: [CALCITE-4363] Need a utility to check if a SQL operator is standard

2020-11-05 Thread GitBox
liyafan82 commented on a change in pull request #2242: URL: https://github.com/apache/calcite/pull/2242#discussion_r517863812 ## File path: core/src/test/java/org/apache/calcite/sql/fun/SqlStdOperatorTableTest.java ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software

[GitHub] [calcite] liyafan82 commented on a change in pull request #2242: [CALCITE-4363] Need a utility to check if a SQL operator is standard

2020-11-05 Thread GitBox
liyafan82 commented on a change in pull request #2242: URL: https://github.com/apache/calcite/pull/2242#discussion_r517863490 ## File path: core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java ## @@ -2598,4 +2654,40 @@ public static SqlOperator

[GitHub] [calcite] liyafan82 commented on a change in pull request #2242: [CALCITE-4363] Need a utility to check if a SQL operator is standard

2020-11-05 Thread GitBox
liyafan82 commented on a change in pull request #2242: URL: https://github.com/apache/calcite/pull/2242#discussion_r517862966 ## File path: core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java ## @@ -482,6 +500,7 @@ * Its precedence is less than the

[GitHub] [calcite] liyafan82 commented on a change in pull request #2242: [CALCITE-4363] Need a utility to check if a SQL operator is standard

2020-11-05 Thread GitBox
liyafan82 commented on a change in pull request #2242: URL: https://github.com/apache/calcite/pull/2242#discussion_r517860211 ## File path: core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java ## @@ -482,6 +500,7 @@ * Its precedence is less than the

[GitHub] [calcite] liyafan82 commented on a change in pull request #2242: [CALCITE-4363] Need a utility to check if a SQL operator is standard

2020-11-03 Thread GitBox
liyafan82 commented on a change in pull request #2242: URL: https://github.com/apache/calcite/pull/2242#discussion_r517087047 ## File path: core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java ## @@ -482,6 +500,7 @@ * Its precedence is less than the