Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Jan 11, 2023
1 parent 7290e5c commit 1d962aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions planner/core/indexmerge_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,9 @@ func (ds *DataSource) buildPartialPathUp4MVIndex(partialPaths []*util.AccessPath
return indexMergePath
}

// buildPartialPaths4MVIndex builds partial paths by using these accessFilters upon this MVIndex.
// The accessFilters must be corresponding to these idxCols.
// OK indicates whether it builds successfully. These partial paths should be ignored if ok==false.
func (ds *DataSource) buildPartialPaths4MVIndex(accessFilters []expression.Expression,
idxCols []*expression.Column, mvIndex *model.IndexInfo) (
partialPaths []*util.AccessPath, isIntersection bool, ok bool, err error) {
Expand Down

0 comments on commit 1d962aa

Please sign in to comment.