// 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 #include #include namespace search::aggregation { }