org.apache.spark.sql.internal
Deals with any escape characters in the LIKE pattern in optimization. Does not deal with startsAndEndsWith equivalent of Spark's LikeSimplification so 'a%b' kind of pattern with additional escaped chars will not be optimized.
Deals with any escape characters in the LIKE pattern in optimization. Does not deal with startsAndEndsWith equivalent of Spark's LikeSimplification so 'a%b' kind of pattern with additional escaped chars will not be optimized.