Skip to content

Commit

Permalink
remove std::couts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Nov 6, 2024
1 parent 1bbd89b commit 7597c3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp-ch/local-engine/Parser/ExpressionParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,6 @@ const ActionsDAG::Node * ExpressionParser::parseExpression(ActionsDAG & actions_
}
else
{
std::cout << "denull_input_type:" << denull_input_type->getName() << std::endl;
std::cout << "denull_output_type:" << denull_output_type->getName() << std::endl;
std::cout << "input:" << input.DebugString() << std::endl;
/// Common process: CAST(input, type)
args.emplace_back(addConstColumn(actions_dag, std::make_shared<DataTypeString>(), output_type->getName()));
result_node = toFunctionNode(actions_dag, "CAST", args);
Expand Down

0 comments on commit 7597c3b

Please sign in to comment.