Anthrino commented on code in PR #3460:
URL: https://github.com/apache/calcite/pull/3460#discussion_r1357247804
##########
core/src/main/java/org/apache/calcite/sql/validate/SqlConformance.java:
##########
@@ -256,6 +256,16 @@ public interface SqlConformance {
*/
boolean isMinusAllowed();
+ /**
+ * Whether dialect uses default syntax of {@code $} for indexing capturing
groups in
+ * regular expressions or alternate syntax of {@code \\} for {@code
REGEXP_REPLACE}.
Review Comment:
Updated the docs with an example, thanks for the suggestion!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]