Skip to content

Commit ca691ea

Browse files
committed
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
1 parent 3b71615 commit ca691ea

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

go/libraries/doltcore/sqle/kvexec/lookup_join.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ func (l *lookupJoinKvIter) Close(_ *sql.Context) error {
6464
var _ sql.RowIter = (*lookupJoinKvIter)(nil)
6565

6666
func newLookupKvIter(
67-
srcIter prolly.MapIter,
68-
targetIter index.SecondaryLookupIterGen,
69-
mapping *lookupMapping,
70-
joiner *prollyToSqlJoiner,
71-
srcFilter, dstFilter, joinFilter sql.Expression,
72-
isLeftJoin bool,
73-
excludeNulls bool,
67+
srcIter prolly.MapIter,
68+
targetIter index.SecondaryLookupIterGen,
69+
mapping *lookupMapping,
70+
joiner *prollyToSqlJoiner,
71+
srcFilter, dstFilter, joinFilter sql.Expression,
72+
isLeftJoin bool,
73+
excludeNulls bool,
7474
) (*lookupJoinKvIter, error) {
7575
if lit, ok := joinFilter.(*expression.Literal); ok {
7676
if lit.Value() == true {
@@ -199,12 +199,12 @@ type lookupMapping struct {
199199
}
200200

201201
func newLookupKeyMapping(
202-
ctx *sql.Context,
203-
sourceSch schema.Schema,
204-
tgtKeyDesc *val.TupleDesc,
205-
keyExprs []sql.Expression,
206-
typs []sql.ColumnExpressionType,
207-
ns tree.NodeStore,
202+
ctx *sql.Context,
203+
sourceSch schema.Schema,
204+
tgtKeyDesc *val.TupleDesc,
205+
keyExprs []sql.Expression,
206+
typs []sql.ColumnExpressionType,
207+
ns tree.NodeStore,
208208
) (*lookupMapping, error) {
209209
keyless := schema.IsKeyless(sourceSch)
210210
// |split| is an index into the schema separating the key and value fields

0 commit comments

Comments
 (0)