summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/format/check/ast.h
blob: 68772d8982587d961e3c458254247d2e56d7a981 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <yql/essentials/ast/yql_ast.h>

namespace NSQLFormat {

// true - equal, false - not equal, nullopt - unknown
TMaybe<bool> AreAstEqual(const NYql::TAstNode* lhs, const NYql::TAstNode* rhs);

} // namespace NSQLFormat