yql_opt_rewrite_io.h 291 B

123456789101112
  1. #pragma once
  2. #include "yql_data_provider.h"
  3. #include "yql_type_annotation.h"
  4. #include <yql/essentials/ast/yql_expr.h>
  5. namespace NYql {
  6. IGraphTransformer::TStatus RewriteIO(const TExprNode::TPtr& input, TExprNode::TPtr& output, const TTypeAnnotationContext& types, TExprContext& ctx);
  7. }