Skip to content

Commit 218a756

Browse files
committed
Cosmetics, pt. II
1 parent 07855ca commit 218a756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Storages/IndicesDescription.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace
3030
using ReplaceAliasToExprVisitor = InDepthNodeVisitor<ReplaceAliasByExpressionMatcher, true>;
3131

3232

33-
Tuple parseGinIndexArgumentFromAST(const auto & arguments)
33+
Tuple parseGinIndexArgumentFromAST(const ASTPtr & arguments)
3434
{
3535
const auto & identifier = arguments->children[0]->template as<ASTIdentifier>();
3636
if (identifier == nullptr)
@@ -46,7 +46,7 @@ Tuple parseGinIndexArgumentFromAST(const auto & arguments)
4646
return key_value_pair;
4747
}
4848

49-
bool parseGinIndexArgumentsFromAST(const auto & arguments, FieldVector & parsed_arguments)
49+
bool parseGinIndexArgumentsFromAST(const ASTPtr & arguments, FieldVector & parsed_arguments)
5050
{
5151
parsed_arguments.reserve(arguments->children.size());
5252

0 commit comments

Comments
 (0)