Marko A. Rodriguez created TINKERPOP-1021:
---------------------------------------------
Summary: Deprecate Order.valueIncr, Order.valueDecr,
Order.keyIncr, and Order.keyDecr
Key: TINKERPOP-1021
URL: https://issues.apache.org/jira/browse/TINKERPOP-1021
Project: TinkerPop
Issue Type: Improvement
Components: process
Affects Versions: 3.1.0-incubating
Reporter: Marko A. Rodriguez
Assignee: Marko A. Rodriguez
Priority: Trivial
Fix For: 3.2.0-incubating
For 3.1.1 we made {{Column implement Function<Object,Object>}} and thus, you
can now do this:
{code}
g.V().groupCount().by('age').order(local).by(values,decr)
{code}
As such, the awkward {{valuesDecr}}, {{valuesIncr}}, etc. can be deprecated.
However, we should only Deprecate on major releases.
RELATED TO: https://issues.apache.org/jira/browse/TINKERPOP3-982
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)