OrientDB Match Statement count edges -
i hav match statement traverse graph in orientdb.
explain match {class: m, as: m, where: (p = '568' )}.both('r'){as: r, while: ($depth < 2)} return m, r
the result size gives me number of vertices , how return number of edges ? thank you
Comments
Post a Comment