未验证 提交 50e135db 编写于 作者: M Maksim Kita 提交者: GitHub

Added comment

上级 b2c09f00
......@@ -403,6 +403,8 @@ void buildConfigurationFromFunctionWithKeyValueArguments(
auto function = builder->build({});
function->prepare({});
/// We assume that function will not take arguments and will return constant value like tcpPort or hostName
/// Such functions will return column with size equal to input_rows_count.
size_t input_rows_count = 1;
auto result = function->execute({}, function->getResultType(), input_rows_count);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册