Skip to content

Commit

Permalink
Update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
asdine committed Mar 7, 2021
1 parent 1a9caf0 commit 5ed3aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner/optimizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func isProjectionUnique(indexes database.Indexes, po *stream.ProjectOperator, pk
// - one of its operands is a path expression that is indexed
// - the other operand is a literal value or a parameter
// If found, it will replace the input node by an indexInputNode using this index.
// TODO(asdine): add support for ORDER BY and primary keys
// TODO(asdine): add support for ORDER BY
func UseIndexBasedOnFilterNodeRule(s *stream.Stream, tx *database.Transaction, params []expr.Param) (*stream.Stream, error) {
n := s.Op

Expand Down

0 comments on commit 5ed3aa5

Please sign in to comment.