Neo4j+Gremlin : Trouble with T.gte and floating point node attributes
- by letronje
For a type of nodes in my graph, attribute values for an attribute(named 'some_count') is either missing or an integer or a float. I'm trying to write gremlin to filter these nodes based on minimum value for this attribute.
I first verified that the values are indeed present by firing the following gremlin
…