Package

org.opencypher.okapi.api

types

Permalink

package types

Visibility
  1. Public
  2. All

Type Members

  1. final case class CTList(elementType: CypherType) extends MaterialDefiniteCypherType with Product with Serializable

    Permalink
  2. final case class CTListOrNull(eltType: CypherType) extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  3. sealed case class CTNode(labels: Set[String]) extends MaterialDefiniteCypherType with Product with Serializable

    Permalink
  4. sealed case class CTNodeOrNull(labels: Set[String]) extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  5. sealed case class CTRelationship(types: Set[String]) extends MaterialDefiniteCypherType with Product with Serializable

    Permalink
  6. sealed case class CTRelationshipOrNull(types: Set[String]) extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  7. sealed trait CypherType extends Serializable

    Permalink
  8. sealed trait DefiniteCypherType extends AnyRef

    Permalink
  9. sealed trait MaterialCypherType extends CypherType

    Permalink
  10. sealed trait NullableCypherType extends CypherType

    Permalink
  11. sealed trait Ternary extends AnyRef

    Permalink
  12. sealed trait WildcardCypherType extends AnyRef

    Permalink

Value Members

  1. object CTAny extends MaterialDefiniteCypherType with DefaultOrNull with Product with Serializable

    Permalink
  2. object CTAnyOrNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  3. object CTBoolean extends MaterialDefiniteCypherLeafType with Product with Serializable

    Permalink
  4. object CTBooleanOrNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  5. object CTFloat extends MaterialDefiniteCypherLeafType with Product with Serializable

    Permalink
  6. object CTFloatOrNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  7. object CTInteger extends MaterialDefiniteCypherLeafType with Product with Serializable

    Permalink
  8. object CTIntegerOrNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  9. object CTMap extends MaterialDefiniteCypherType with DefaultOrNull with Product with Serializable

    Permalink
  10. object CTMapOrNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  11. object CTNode extends CTNode with Serializable

    Permalink
  12. object CTNodeOrNull extends CTNodeOrNull with Serializable

    Permalink
  13. object CTNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  14. object CTNumber extends MaterialDefiniteCypherType with DefaultOrNull with Product with Serializable

    Permalink
  15. object CTNumberOrNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  16. object CTPath extends MaterialDefiniteCypherLeafType with Product with Serializable

    Permalink
  17. object CTPathOrNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  18. object CTRelationship extends CTRelationship with Serializable

    Permalink
  19. object CTRelationshipOrNull extends CTRelationshipOrNull with Serializable

    Permalink
  20. object CTString extends MaterialDefiniteCypherLeafType with Product with Serializable

    Permalink
  21. object CTStringOrNull extends NullableDefiniteCypherType with Product with Serializable

    Permalink
  22. object CTVoid extends MaterialDefiniteCypherType with Product with Serializable

    Permalink
  23. object CTWildcard extends MaterialCypherType with WildcardCypherType with Product with Serializable

    Permalink
  24. object CypherType extends Serializable

    Permalink
  25. object False extends DefiniteTernary with Product with Serializable

    Permalink
  26. object Maybe extends Ternary with Product with Serializable

    Permalink
  27. object Ternary

    Permalink
  28. object True extends DefiniteTernary with Product with Serializable

    Permalink

Ungrouped