aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/aggregation/aggregation.h
blob: a01491ea2c63cd023791ca98f7ce3557bb521dd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include "countaggregationresult.h"
#include "sumaggregationresult.h"
#include "minaggregationresult.h"
#include "maxaggregationresult.h"
#include "averageaggregationresult.h"
#include "xoraggregationresult.h"
#include "hitsaggregationresult.h"
#include "standarddeviationaggregationresult.h"
#include "grouping.h"
#include <vespa/searchlib/common/identifiable.h>
#include <vespa/searchlib/common/rankedhit.h>
#include <vespa/searchlib/attribute/attributeguard.h>

namespace search::aggregation {

}