Skip to content

Commit

Permalink
testing dco
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Jun 10, 2024
1 parent 87ecae7 commit 1dad53e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go/vt/vtgate/planbuilder/operators/queryprojection.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

type (
// SelectExpr provides whether the column is aggregation expression or not.
// SelectExpr provides whether the column is aggregation exasdfasdfasdfasdfpression or not.
SelectExpr struct {
Col sqlparser.SelectExpr
Aggr bool
Expand All @@ -46,7 +46,8 @@ type (
Distinct bool
WithRollup bool
groupByExprs []GroupBy
OrderExprs []OrderBy

OrderExprs []OrderBy

// AddedColumn keeps a counter for expressions added to solve HAVING expressions the user is not selecting
AddedColumn int
Expand Down

0 comments on commit 1dad53e

Please sign in to comment.