Skip to content

Commit

Permalink
comment unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cpegeric committed Jan 31, 2025
1 parent b87300a commit 4b9f9b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sql/plan/apply_indices_hnsw.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ func (builder *QueryBuilder) getArgsFromDistFn(scanNode *plan.Node, distfn *plan
return key, value, found
}

/*
func (builder *QueryBuilder) findPkFromProject(projNode *plan.Node, pkPos int32) []int32 {
projids := make([]int32, 0)
Expand Down Expand Up @@ -371,3 +372,4 @@ func (builder *QueryBuilder) findEqualDistFnFromProject(projNode *plan.Node, dis
return projids
}
*/

0 comments on commit 4b9f9b5

Please sign in to comment.