aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/lexer/check/check_lexers.h
blob: 0fceaa2e0bd68fc8f5b4a5f85ccddb553beb1c65 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once
#include <yql/essentials/core/issue/yql_issue.h>
#include <util/generic/string.h>

namespace NSQLTranslationV1 {

bool CheckLexers(NYql::TPosition pos, const TString& query, NYql::TIssues& issues);

}