aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlenumericenumattribute.cpp
blob: bbdfb638934f2d0477c372af4f359051a910d691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "singlenumericenumattribute.hpp"

#include <vespa/log/log.h>
LOG_SETUP(".searchlib.attribute.single_numeric_enum_attribute");

namespace search {

} // namespace search