Package

org.opencypher.v9_0.rewriting

conditions

Permalink

package conditions

Visibility
  1. Public
  2. All

Type Members

  1. case class collectNodesOfType[T <: ASTNode]()(implicit tag: ClassTag[T]) extends (Any) ⇒ Seq[T] with Product with Serializable

    Permalink
  2. case class containsNoMatchingNodes(matcher: PartialFunction[ASTNode, String]) extends (Any) ⇒ Seq[String] with Product with Serializable

    Permalink
  3. case class containsNoNodesOfType[T <: ASTNode]()(implicit tag: ClassTag[T]) extends Condition with Product with Serializable

    Permalink

Value Members

  1. object aggregationsAreIsolated extends Condition with Product with Serializable

    Permalink
  2. object containsNoReturnAll extends Condition with Product with Serializable

    Permalink
  3. object hasAggregateButIsNotAggregate extends (Expression) ⇒ Boolean

    Permalink
  4. object noDuplicatesInReturnItems extends Condition with Product with Serializable

    Permalink
  5. object noReferenceEqualityAmongVariables extends Condition with Product with Serializable

    Permalink
  6. object noUnnamedPatternElementsInMatch extends Condition with Product with Serializable

    Permalink
  7. object noUnnamedPatternElementsInPatternComprehension extends Condition with Product with Serializable

    Permalink
  8. object normalizedEqualsArguments extends Condition with Product with Serializable

    Permalink
  9. object orderByOnlyOnVariables extends Condition with Product with Serializable

    Permalink

Ungrouped