summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/ide/completion/name_mapping.h
blob: ab2694230554ae54f761e03078a52c775e3d037d (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/ide/completion/analysis/local/local.h>
#include <yql/essentials/sql/v1/ide/completion/name/service/name_service.h>

namespace NSQLComplete {

TCandidate ToCandidate(TGenericName generic, TLocalSyntaxContext& local);

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

} // namespace NSQLComplete