buildSum() public method
Builds a Lua script for finding the sum of a column
public string buildSum ( $query, $column ) | ||
---|---|---|
$query | yii\redis\ActiveQuery |
The query used to build the script |
$column | string |
Name of the column |
buildSum() public method
Builds a Lua script for finding the sum of a column
public string buildSum ( $query, $column ) | ||
---|---|---|
$query | yii\redis\ActiveQuery |
The query used to build the script |
$column | string |
Name of the column |
Please login to continue.