Class/Object

org.opencypher.v9_0.expressions

ReduceExpression

Related Docs: object ReduceExpression | package expressions

Permalink

case class ReduceExpression(scope: ReduceScope, init: Expression, list: Expression)(position: InputPosition) extends Expression with Product with Serializable

Linear Supertypes
Serializable, Serializable, Expression, ASTNode, Rewritable, Foldable, Product, scala.Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReduceExpression
  2. Serializable
  3. Serializable
  4. Expression
  5. ASTNode
  6. Rewritable
  7. Foldable
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReduceExpression(scope: ReduceScope, init: Expression, list: Expression)(position: InputPosition)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accumulator: LogicalVariable

    Permalink
  5. def arguments: Seq[Expression]

    Permalink
    Definition Classes
    Expression
  6. def asCanonicalStringVal: String

    Permalink
    Definition Classes
    ASTNode
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def containsAggregate: Boolean

    Permalink

    Return true is this expression contains an aggregating expression.

    Return true is this expression contains an aggregating expression.

    Definition Classes
    Expression
  10. def copyAndReplace(variable: LogicalVariable): AnyRef { def by(replacement: => org.opencypher.v9_0.expressions.Expression): org.opencypher.v9_0.expressions.Expression }

    Permalink
    Definition Classes
    Expression
  11. def dependencies: Set[LogicalVariable]

    Permalink
    Definition Classes
    Expression
  12. def dup(children: Seq[AnyRef]): ReduceExpression.this.type

    Permalink
    Definition Classes
    ASTNode → Rewritable
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def expression: Expression

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findAggregate: Option[Expression]

    Permalink

    Returns the first encountered aggregate expression, or None if none existed.

    Returns the first encountered aggregate expression, or None if none existed.

    Definition Classes
    Expression
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. val init: Expression

    Permalink
  19. def inputs: Seq[(Expression, Set[LogicalVariable])]

    Permalink
    Definition Classes
    Expression
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val list: Expression

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def occurrences(variable: LogicalVariable): Set[Ref[Variable]]

    Permalink
    Definition Classes
    Expression
  26. val position: InputPosition

    Permalink
    Definition Classes
    ReduceExpression → ASTNode
  27. val scope: ReduceScope

    Permalink
  28. def subExpressions: Seq[Expression]

    Permalink
    Definition Classes
    Expression
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def variable: LogicalVariable

    Permalink
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Expression

Inherited from ASTNode

Inherited from Rewritable

Inherited from Foldable

Inherited from Product

Inherited from scala.Equals

Inherited from AnyRef

Inherited from Any

Ungrouped