summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/complete/syntax/ansi.h
blob: 702ff4c339f60e638a2b8cffa61e5d7ae4deaeff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <util/generic/fwd.h>

namespace NSQLComplete {

// Permits invalid special comments
bool IsAnsiQuery(const TString& query);

} // namespace NSQLComplete