parse_hints_impl.h 194 B

12345678910111213
  1. #pragma once
  2. #include "hints.h"
  3. namespace NSQLTranslation {
  4. namespace NDetail {
  5. TVector<TSQLHint> ParseSqlHints(NYql::TPosition commentPos, const TStringBuf& comment, bool utf8Aware);
  6. }
  7. }