blob: 306626ba0612b8b9b0f15035fb8f039be8097436 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include "global.h"
#include "input.h"
namespace NSQLComplete {
TMaybe<TColumnContext> InferColumnContext(TParsedInput input);
} // namespace NSQLComplete
|