File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ namespace
3030using 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
You can’t perform that action at this time.
0 commit comments