What is the equivalent in Pyspark for LIKE operator? For example I would like to do:
SELECT * FROM table WHERE column LIKE \"*somestring*\";
lo