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