summaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/yql_sql_combine_expander.h
blob: 104581c15842de7b2f564a6abb8e6602731c360d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "yql_type_annotation.h"

namespace NYql {

struct TTypeAnnotationContext;
TExprNode::TPtr ExpandSqlCombine(const TExprNode::TPtr& node, TExprContext& ctx, TTypeAnnotationContext& typesCtx);

} // namespace NYql