Class Like
java.lang.Object
com.gigaspaces.query.sql.functions.Like
This code was copied from org.apache.calcite.runtime.Like
refer to it if any future changes are needed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringsqlToRegexSimilar(String sqlPattern, CharSequence escapeStr) Translates a SQL SIMILAR pattern to Java regex pattern, with optional escape string.
-
Constructor Details
-
Like
public Like()
-
-
Method Details
-
sqlToRegexSimilar
Translates a SQL SIMILAR pattern to Java regex pattern, with optional escape string.
-