aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/expression/enumattributeresult.cpp
blob: 005c0697361782bdb1158080b4a1bca4b40f8737 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "enumattributeresult.h"

namespace search::expression {

IMPLEMENT_RESULTNODE(EnumAttributeResult, AttributeResult);

}