aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/aggregation/rawrank.h
blob: 8dd3b45e3ebcc635c354094de5eb192526d4a17e (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

namespace search::aggregation {

using RawRank = double;

}