buildCompositeInCondition() protected method
protected string buildCompositeInCondition ( $indexes, $operator, $columns, $values, &$params ) | ||
---|---|---|
$indexes | yii\sphinx\IndexSchema[] |
List of indexes, which affected by query |
$operator | string |
The operator to use (e.g. |
$columns | array | |
$values | array | |
$params | array |
The binding parameters to be populated |
return | string |
The generated SQL expression |
Please login to continue.