File: //lib/python3.9/site-packages/redis/commands/search/__pycache__/reducers.cpython-39.pyc
a
��bN � @ s� d dl mZmZ G dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d
d� de�ZG dd
� d
e�ZG dd� de�Z G dd� de�Z
G dd� de�ZG dd� de�ZG dd� de�Z
G dd� de�ZG dd� de�ZdS )� )�Reducer�
SortDirectionc s e Zd Z� fdd�Z� ZS )�FieldOnlyReducerc s t � �|� || _d S �N)�super�__init__�_field��self�field�� __class__� �B/usr/lib/python3.9/site-packages/redis/commands/search/reducers.pyr s zFieldOnlyReducer.__init__)�__name__�
__module__�__qualname__r �
__classcell__r r r r r s r c s$ e Zd ZdZdZ� fdd�Z� ZS )�countz3
Counts the number of results in the group
ZCOUNTc s t � �� d S r �r r )r
r r r r s zcount.__init__�r r r �__doc__�NAMEr r r r r r r
s r c s$ e Zd ZdZdZ� fdd�Z� ZS )�sumzS
Calculates the sum of all the values in the given fields within the group
ZSUMc s t � �|� d S r r r r r r r s zsum.__init__r r r r r r s r c s$ e Zd ZdZdZ� fdd�Z� ZS )�minzK
Calculates the smallest value in the given field within the group
ZMINc s t � �|� d S r r r r r r r '