blob: d0453e8640a330cbb0787a6dd7e8adbdab653019 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#pragma once
#include "input.h"
#include <util/generic/string.h>
#include <util/generic/vector.h>
namespace NSQLComplete {
TVector<TString> VisibleNamedNodes(TParsedInput input);
} // namespace NSQLComplete
|