Skip to content

Commit 0485876

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 934115d commit 0485876

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

sql/expression/function/aggregation/window_framer.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ type rangeFramerBase struct {
325325
endNPreceding sql.Expression // optional
326326
// boundary arithmetic on [orderBy] for range start value
327327
// is set unless [unboundedPreceding] is true
328-
startInclusion sql.Expression
328+
startInclusion sql.Expression
329329
// boundary arithmetic on [orderBy] for range end value
330330
// is set unless [unboundedFollowing] is true
331-
endInclusion sql.Expression
331+
endInclusion sql.Expression
332332
// reference expression for boundary calculation
333-
orderBy sql.Expression
333+
orderBy sql.Expression
334334

335335
idx int
336336
partitionStart int

sql/index.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ type IndexLookup struct {
158158
// values; the range is null safe, the index is unique, every index
159159
// column has a range expression, and every range expression is an
160160
// exact equality.
161-
IsPointLookup bool
162-
IsEmptyRange bool
163-
IsSpatialLookup bool
164-
IsReverse bool
161+
IsPointLookup bool
162+
IsEmptyRange bool
163+
IsSpatialLookup bool
164+
IsReverse bool
165165
}
166166

167167
var emptyLookup = IndexLookup{}

sql/iters/rel_iters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ type JsonTableColOpts struct {
160160
type JsonTableCol struct {
161161
err error
162162
Opts *JsonTableColOpts
163-
Path string // if there are nested columns, this is a schema Path, otherwise it is a col Path
163+
Path string // if there are nested columns, this is a schema Path, otherwise it is a col Path
164164
Cols []*JsonTableCol // nested columns
165165
data []interface{}
166166
pos int

sql/plan/dbddl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (c *CreateSchema) WithChildren(children ...sql.Node) (sql.Node, error) {
112112

113113
// DropDB removes a databases from the Catalog and updates the active database if it gets removed itself.
114114
type DropDB struct {
115-
Catalog sql.Catalog
115+
Catalog sql.Catalog
116116
// EventScheduler is used to notify EventSchedulerStatus of database deletion,
117117
// so the events of this database in the scheduler will be removed.
118118
Scheduler sql.EventScheduler

0 commit comments

Comments
 (0)