Class ResultProjection

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ResultProjection>

    public class ResultProjection
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<ResultProjection>
    Extract specific values from paths for RETURN clause
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.ResultProjection type.
      • PROJECTIONS

        public static final Name PROJECTIONS
        Name of the com.gdblab.pathAlgebra.expressions.ResultProjection.projections field.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object