aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/yql_opt_match_recognize.h
blob: 7897b349ca38c91fa2b7029eb4731bfe020d0dc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once
#include <yql/essentials/core/expr_nodes/yql_expr_nodes.h>
#include <yql/essentials/core/yql_type_annotation.h>

namespace NYql {

TExprNode::TPtr ExpandMatchRecognize(const TExprNode::TPtr &node, TExprContext &ctx, TTypeAnnotationContext& typeAnnCtx);

} //namespace NYql