Method: Neo4j::Cypher::Context::Aggregate#max

Defined in:
lib/neo4j-cypher/context.rb

#maxObject



245
246
247
# File 'lib/neo4j-cypher/context.rb', line 245

def max
  ReturnItem.new(clause_list, "max(#{clause.return_value})").eval_context
end