x BETWEEN a AND b.
+
+This transformation merges multiple AND connected range predicates to a single comparison using BETWEEN.
+
+To enable this feature, {@link #transformPatterns} must be enabled as well. +
+This feature is available in the commercial distribution only.]]>
x BETWEEN SYMMETRIC a AND b.
+
+This transformation merges multiple OR connected BETWEEN predicates to a single comparison using BETWEEN SYMMETRIC.
+
+To enable this feature, {@link #transformPatterns} must be enabled as well. +
+This feature is available in the commercial distribution only.]]>
TRUE.