summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/complete/analysis/global/use.h
blob: 411e0f9fcd863be945d5536c0694939f4f30f0f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "global.h"
#include "input.h"
#include "named_node.h"

#include <util/generic/ptr.h>
#include <util/generic/maybe.h>
#include <util/generic/string.h>

namespace NSQLComplete {

    TMaybe<TUseContext> FindUseStatement(TParsedInput input, const TNamedNodes& nodes);

} // namespace NSQLComplete