Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 committed Sep 19, 2024
1 parent 1a04039 commit ae72f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/query-engine/sql/src/sql/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ pub fn select_rowset_without_variables(
/// Given a set of rows, a set of aggregate queries and a variables from clause & table reference,
/// combine them into one Select.
pub fn select_rowset(
(output_table_alias, output_column_alias): (TableAlias, ColumnAlias),
(_output_table_alias, output_column_alias): (TableAlias, ColumnAlias),
(row_table_alias, row_inner_table_alias_): (TableAlias, TableAlias),
(aggregate_table_alias, _aggregate_inner_table_alias): (TableAlias, TableAlias),
_variables: &Option<(From, TableReference)>,
Expand Down

0 comments on commit ae72f21

Please sign in to comment.