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

#include "global.h"
#include "parse_tree.h"

namespace NSQLComplete {

    TMaybe<TColumnContext> InferColumnContext(
        SQLv1::Sql_queryContext* ctx,
        antlr4::TokenStream* tokens,
        size_t cursorPosition);

} // namespace NSQLComplete