aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/complete/name_mapping.h
blob: 2afa509de018f1134f58baf31cd17ba72e3aa6c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "sql_complete.h"

#include <yql/essentials/sql/v1/complete/analysis/local/local.h>
#include <yql/essentials/sql/v1/complete/name/service/name_service.h>

namespace NSQLComplete {

    TCandidate ToCandidate(TGenericName name, TLocalSyntaxContext& local);

    TVector<TCandidate> ToCandidate(TVector<TGenericName> names, TLocalSyntaxContext local);

} // namespace NSQLComplete