Definition
/**
* Create an array is contained by condition (<@).
*
* Example: array_contained_by(col('tags'), raw_expr("ARRAY['sale', 'featured', 'new']"))
* Produces: tags <@ ARRAY['sale', 'featured', 'new']
*/
array_contained_by(Expression $left, Expression $right) : OperatorCondition