aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/expression/bucketresultnode.cpp
blob: 12a3d345faf475defe1553816b9b5326187b5844 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "bucketresultnode.h"

namespace search::expression {

IMPLEMENT_IDENTIFIABLE_ABSTRACT_NS2(search, expression, BucketResultNode, vespalib::Identifiable);

const vespalib::string BucketResultNode::_toField("to");
const vespalib::string BucketResultNode::_fromField("from");

}

// this function was added by ../../forcelink.sh
void forcelink_file_searchlib_expression_bucketresultnode() {}