blob: fdc8536453db3c74ed65ffc85a13380db0adbe9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
#include "hints.h"
namespace NSQLTranslation {
namespace NDetail {
TVector<TSQLHint> ParseSqlHints(NYql::TPosition commentPos, const TStringBuf& comment, bool utf8Aware);
}
}
|