aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/termdatafromnode.h
blob: 79a39512771b927b486e82039616602158273ba5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

namespace search { namespace query { class Node; } }

namespace proton::matching {

class ProtonTermData;

const ProtonTermData *termDataFromNode(const search::query::Node &node);

}