Skip to content

Commit

Permalink
Added todo note for parsing UNION constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 15, 2024
1 parent c4dab72 commit e5df8ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ impl<'a> Constraint<'a> {
"Parsing [ ] block failed",
));
}
//TODO: if the union constraint is homogenous, then we should map it to Self::Annotations(), Resources(), etc... for more efficiency
Self::Union(subconstraints)
}
Some("LIMIT") => {
Expand Down

0 comments on commit e5df8ea

Please sign in to comment.