chungquantin / solomon-db

An embedded Gremlin-compatible graph database written in Rust
https://nomadiz.github.io/solomon-db
MIT License
44 stars 1 forks source link

Gremlin: Support HasStep traversal with predicate #5

Open chungquantin opened 1 year ago

chungquantin commented 1 year ago

Is your feature request related to a problem? Please describe. has(key,predicate): Remove the traverser if its element does not have a key value that satisfies the bi-predicate. For more information on predicates, please read A Note on Predicates.