{ "name": "array_majority", "type": "function", "groups": ["Arrays"], "description": "Returns the value which has majority in the array. Majority means the count of the value is greather than half the size of the array.
Note
For the same behaviour of the majority() function from Aggregates see array_mode().