[
https://issues.apache.org/jira/browse/TINKERPOP-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP-1728.
---------------------------------------
Resolution: Duplicate
This was completed a while back for 3.4.0:
{code}
gremlin> g.V().values('name').min()
==>josh
gremlin> g.V().values('name').max()
==>vadas
{code}
> Support String type in MaxGlobalStep and MinGlobalStep.
> -------------------------------------------------------
>
> Key: TINKERPOP-1728
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1728
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.2.5
> Reporter: qiuxiafei
> Priority: Major
>
> Currently Gremlin's MaxGlobalStep and MinGlobalStep only support comparison
> on numeric type such as Integer, Long and Double etc. But comparison on
> String type is also a frequently required feature. So it's better to support
> it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)