Class/Object

org.opencypher.v9_0.ast

With

Related Docs: object With | package ast

Permalink

case class With(distinct: Boolean, returnItems: ReturnItemsDef, orderBy: Option[OrderBy], skip: Option[Skip], limit: Option[Limit], where: Option[Where])(position: InputPosition) extends ProjectionClause with Product with Serializable

Linear Supertypes
Serializable, Serializable, ProjectionClause, HorizonClause, SemanticAnalysisTooling, Clause, SemanticCheckable, ASTNode, Rewritable, Foldable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. With
  2. Serializable
  3. Serializable
  4. ProjectionClause
  5. HorizonClause
  6. SemanticAnalysisTooling
  7. Clause
  8. SemanticCheckable
  9. ASTNode
  10. Rewritable
  11. Foldable
  12. Product
  13. Equals
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new With(distinct: Boolean, returnItems: ReturnItemsDef, orderBy: Option[OrderBy], skip: Option[Skip], limit: Option[Limit], where: Option[Where])(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 asCanonicalStringVal: String

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

    Permalink
    Definition Classes
    Any
  6. def checkTypes(expression: Expression, signatures: Seq[TypeSignature]): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copyProjection(distinct: Boolean = this.distinct, returnItems: ReturnItemsDef = this.returnItems, orderBy: Option[OrderBy] = this.orderBy, skip: Option[Skip] = this.skip, limit: Option[Limit] = this.limit, where: Option[Where] = this.where): ProjectionClause

    Permalink
    Definition Classes
    ProjectionClause
  9. def declareVariable(v: LogicalVariable, typeGen: TypeGenerator, positions: Set[InputPosition] = Set.empty, overriding: Boolean = false): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink

    overriding

    if true then a previous occurrence of that variable is overridden. if false then a previous occurrence of that variable leads to an error

    Definition Classes
    SemanticAnalysisTooling
  10. def declareVariable(v: LogicalVariable, possibleTypes: TypeSpec): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  11. val distinct: Boolean

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

    Permalink
    Definition Classes
    ASTNode → Rewritable
  13. def ensureDefined(v: LogicalVariable): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def error(msg: String, position: InputPosition)(state: SemanticState): SemanticCheckResult

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  16. def expectType(possibleTypes: ⇒ TypeSpec, expression: Expression, messageGen: (String, String) ⇒ String = DefaultTypeMismatchMessageGenerator): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  17. def expectType(possibleTypes: ⇒ TypeSpec)(ctx: SemanticContext, expr: Expression): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  18. def expectType[Exp <: Expression](possibleTypes: TypeSpec, expressions: Traversable[Exp]): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  19. def expectType(typeGen: TypeGenerator, expression: Expression, messageGen: (String, String) ⇒ String): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  20. def expectType(possibleTypes: TypeSpec, opt: Option[Expression]): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  21. def expectType(typeGen: TypeGenerator, expression: Expression): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def implicitVariable(v: LogicalVariable, possibleType: CypherType): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isReturn: Boolean

    Permalink
    Definition Classes
    ProjectionClause
  27. final def isWith: Boolean

    Permalink
    Definition Classes
    ProjectionClause
  28. def leastUpperBoundsOfTypes(traversable: TraversableOnce[Expression]): TypeGenerator

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  29. val limit: Option[Limit]

    Permalink
    Definition Classes
    WithProjectionClause
  30. def name: String

    Permalink
    Definition Classes
    WithClause
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. val orderBy: Option[OrderBy]

    Permalink
    Definition Classes
    WithProjectionClause
  35. val popStateScope: SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  36. val position: InputPosition

    Permalink
    Definition Classes
    With → ASTNode
  37. def possibleTypes(expression: Expression): TypeGenerator

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  38. val pushStateScope: SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  39. def requireCypher10Support(msg: String, position: InputPosition): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  40. def requireMultigraphSupport(msg: String, position: InputPosition): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  41. def returnColumns: List[String]

    Permalink
    Definition Classes
    Clause
  42. val returnItems: ReturnItemsDef

    Permalink
    Definition Classes
    WithProjectionClause
  43. def semanticCheck: SemanticCheck

    Permalink
    Definition Classes
    WithProjectionClauseHorizonClauseSemanticCheckable
  44. def semanticCheck[A <: SemanticCheckable](traversable: TraversableOnce[A]): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  45. def semanticCheckContinuation(previousScope: Scope): SemanticCheck

    Permalink
    Definition Classes
    ProjectionClauseHorizonClause
  46. def semanticCheckFold[A](traversable: Traversable[A])(f: (A) ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  47. val skip: Option[Skip]

    Permalink
    Definition Classes
    WithProjectionClause
  48. def specifyType(possibleTypes: ⇒ TypeSpec, expression: Expression): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  49. def specifyType(typeGen: TypeGenerator, expression: Expression): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def typeSwitch(expr: Expression)(choice: (TypeSpec) ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  52. def types(expression: Expression): TypeGenerator

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  53. def unionOfTypes(traversable: TraversableOnce[Expression]): TypeGenerator

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  54. def unless(condition: Boolean)(check: ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  55. def validNumber(double: DoubleLiteral): Boolean

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  56. def validNumber(long: IntegerLiteral): Boolean

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  57. def verifyOrderByAggregationUse(fail: (String, InputPosition) ⇒ Nothing): Unit

    Permalink
    Definition Classes
    ProjectionClause
  58. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def when(condition: Boolean)(check: ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  62. val where: Option[Where]

    Permalink
    Definition Classes
    WithProjectionClause
  63. def withReturnItems(items: Seq[ReturnItem]): With

    Permalink

    returns

    copy of this ProjectionClause with new return items

    Definition Classes
    WithProjectionClause
  64. def withScopedState(check: ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling

Inherited from Serializable

Inherited from Serializable

Inherited from ProjectionClause

Inherited from HorizonClause

Inherited from SemanticAnalysisTooling

Inherited from Clause

Inherited from SemanticCheckable

Inherited from ASTNode

Inherited from Rewritable

Inherited from Foldable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped