aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/yql_opt_rewrite_io.h
blob: ed97e5629a6a4ac257f2bdde8fccd440b5404081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "yql_data_provider.h"
#include "yql_type_annotation.h"

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

namespace NYql {

IGraphTransformer::TStatus RewriteIO(const TExprNode::TPtr& input, TExprNode::TPtr& output, const TTypeAnnotationContext& types, TExprContext& ctx);

}