Search
Setup for Free
AT
Apache TinkerPop
•
3y ago
kyano_k
Option to be a range of values
Is there a way to provide an option after a choose step that includes a range of values in it
?
For example
,
option(1..100, ...)
option(1..100, ...)
Solution
option
(
_
_
.is
(P
.between
(1
, 100
)
) should do the trick
Jump to solution
Apache TinkerPop
Join
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,377
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
option(1..100, ...)
option(1..100, ...)
Similar Threads
Splitting a query with range()
AT
Apache TinkerPop / questions
2y ago
Stackoverflow when adding a larger list of property values using traverser.property()
AT
Apache TinkerPop / questions
2y ago
Can GraphBinary be used to save a graph to file?
AT
Apache TinkerPop / questions
3y ago
Docker Janusgraph Custom ID Values
AT
Apache TinkerPop / questions
3y ago