Packages

case class RecordHeader(exprToColumn: Map[Expr, String]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecordHeader
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RecordHeader(exprToColumn: Map[Expr, String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(other: RecordHeader): RecordHeader
  4. def --[T <: Expr](expressions: Set[T]): RecordHeader
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addExprToColumn(expr: Expr, columnName: String): RecordHeader
  7. def aliasesFor(expr: Expr): Set[Var]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def column(expr: Expr): String
  11. def columns: Set[String]
  12. def contains(expr: Expr): Boolean
  13. def elementVars: Set[Var]
  14. def elementsForType(ct: CypherType, exactMatch: Boolean = false): Set[Var]
  15. def endNodeFor(r: Var): EndNode
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val exprToColumn: Map[Expr, String]
  18. def expressions: Set[Expr]
  19. def expressionsFor(column: String): Set[Expr]
  20. def expressionsFor(expr: Expr): Set[Expr]
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getColumn(expr: Expr): Option[String]
  24. def idColumns(v: Var): Set[String]
  25. def idColumns(): Set[String]
  26. def idExpressions(v: Var): Set[Expr]
  27. def idExpressions(): Set[Expr]
  28. def isEmpty: Boolean
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def join(other: RecordHeader): RecordHeader
  31. def labelsFor(n: Var): Set[HasLabel]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def node(name: Var): Set[Expr]
  34. def nodeElements: Set[Var]
  35. def nodeVars[T >: NodeVar <: Var]: Set[T]
  36. def nodesForType[T >: NodeVar <: Var](nodeType: CTNode, exactMatch: Boolean = false): Set[T]
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def ownedBy(expr: Var): Set[Expr]
  40. def pretty: String
  41. def propertiesFor(v: Var): Set[Property]
  42. def relationshipElements: Set[Var]
  43. def relationshipVars[T >: RelationshipVar <: Var]: Set[T]
  44. def relationshipsForType[T >: RelationshipVar <: Var](relType: CTRelationship): Set[T]
  45. def returnItems: Set[ReturnItem]
  46. def select[T <: Expr](exprs: Set[T]): RecordHeader
  47. def select[T <: Expr](exprs: T*): RecordHeader
  48. def show(): Unit
  49. def startNodeFor(r: Var): StartNode
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    RecordHeader → AnyRef → Any
  52. def typesFor(r: Var): Set[HasType]
  53. def union(other: RecordHeader): RecordHeader
  54. def vars: Set[Var]
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  58. def withAlias(expr: AliasExpr): RecordHeader
  59. def withAlias(aliases: AliasExpr*): RecordHeader
  60. def withColumnRenamed(oldColumn: String, newColumn: String): RecordHeader
  61. def withColumnRenamed[T <: Expr](expr: T, newColumn: String): RecordHeader
  62. def withColumnsRenamed[T <: Expr](renames: Seq[(T, String)]): RecordHeader
  63. def withColumnsReplaced[T <: Expr](replacements: Map[T, String]): RecordHeader
  64. def withExpr(expr: Expr): RecordHeader
  65. def withExprs[T <: Expr](exprs: Set[T]): RecordHeader
  66. def withExprs[T <: Expr](expr: T, exprs: T*): RecordHeader

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped