Object/Class

quasar.physical.couchbase

N1QL

Related Docs: class N1QL | package couchbase

Permalink

object N1QL extends N1QLInstances

Annotations
@SuppressWarnings()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. N1QL
  2. N1QLInstances
  3. N1QLRenderTreeInstance
  4. N1QLTraverseInstance
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Add[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  2. final case class And[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  3. final case class Arr[A](l: slamdata.Predef.List[A]) extends N1QL[A] with Product with Serializable

    Permalink
  4. final case class ArrAgg[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  5. final case class ArrContains[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  6. final case class ArrFor[A](expr: A, var: A, inExpr: A) extends N1QL[A] with Product with Serializable

    Permalink
  7. final case class ArrRange[A](a1: A, a2: A, a3: slamdata.Predef.Option[A]) extends N1QL[A] with Product with Serializable

    Permalink
  8. final case class Avg[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  9. final case class Case[A](whenThen: NonEmptyList[WhenThen[A]], else: Else[A]) extends N1QL[A] with Product with Serializable

    Permalink
  10. final case class Ceil[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  11. final case class ConcatArr[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  12. final case class ConcatObj[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  13. final case class ConcatStr[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  14. final case class Count[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  15. final case class Data[A](v: quasar.Data) extends N1QL[A] with Product with Serializable

    Permalink
  16. final case class Date[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  17. final case class DateAddStr[A](a1: A, a2: A, a3: A) extends N1QL[A] with Product with Serializable

    Permalink
  18. final case class DateDiffStr[A](a1: A, a2: A, a3: A) extends N1QL[A] with Product with Serializable

    Permalink
  19. final case class DatePartStr[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  20. final case class DateTruncStr[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  21. final case class Div[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  22. final case class Eq[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  23. final case class Floor[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  24. final case class Gt[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  25. final case class Gte[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  26. final case class Id[A](v: slamdata.Predef.String) extends N1QL[A] with Product with Serializable

    Permalink
  27. final case class IfMissing[A](a: OneAnd[NonEmptyList, A]) extends N1QL[A] with Product with Serializable

    Permalink
  28. final case class IfMissingOrNull[A](a: OneAnd[NonEmptyList, A]) extends N1QL[A] with Product with Serializable

    Permalink
  29. final case class IfNull[A](a: OneAnd[NonEmptyList, A]) extends N1QL[A] with Product with Serializable

    Permalink
  30. final case class IsArr[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  31. final case class IsNotNull[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  32. final case class IsNull[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  33. final case class IsObj[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  34. final case class IsString[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  35. final case class Least[A](a: OneAnd[NonEmptyList, A]) extends N1QL[A] with Product with Serializable

    Permalink
  36. final case class Length[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  37. final case class LengthArr[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  38. final case class LengthObj[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  39. final case class Lower[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  40. final case class Lt[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  41. final case class Lte[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  42. final case class Max[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  43. final case class Meta[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  44. final case class Millis[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  45. final case class MillisToUTC[A](a1: A, a2: slamdata.Predef.Option[A]) extends N1QL[A] with Product with Serializable

    Permalink
  46. final case class Min[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  47. final case class Mod[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  48. final case class Mult[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  49. final case class Neg[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  50. final case class Neq[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  51. final case class Not[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  52. final case class NowStr[A]() extends N1QL[A] with Product with Serializable

    Permalink
  53. final case class Null[A]() extends N1QL[A] with Product with Serializable

    Permalink
  54. final case class Obj[A](m: slamdata.Predef.List[(A, A)]) extends N1QL[A] with Product with Serializable

    Permalink
  55. final case class ObjNames[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  56. final case class ObjRemove[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  57. final case class ObjValues[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  58. final case class Or[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  59. final case class Pow[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  60. final case class RegexContains[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  61. final case class Select[A](value: Value, resultExprs: NonEmptyList[ResultExpr[A]], keyspace: slamdata.Predef.Option[Keyspace[A]], join: slamdata.Predef.Option[LookupJoin[A]], unnest: slamdata.Predef.Option[Unnest[A]], let: slamdata.Predef.List[Binding[A]], filter: slamdata.Predef.Option[Filter[A]], groupBy: slamdata.Predef.Option[GroupBy[A]], orderBy: slamdata.Predef.List[OrderBy[A]]) extends N1QL[A] with Product with Serializable

    Permalink
  62. final case class SelectElem[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  63. final case class SelectField[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  64. final case class Slice[A](a1: A, a2: slamdata.Predef.Option[A]) extends N1QL[A] with Product with Serializable

    Permalink
  65. final case class Split[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  66. final case class StrToMillis[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  67. final case class Sub[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  68. final case class Substr[A](a1: A, a2: A, a3: slamdata.Predef.Option[A]) extends N1QL[A] with Product with Serializable

    Permalink
  69. final case class Sum[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  70. final case class Time[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  71. final case class Timestamp[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  72. final case class ToNumber[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  73. final case class ToString[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  74. final case class Type[A](a1: A) extends N1QL[A] with Product with Serializable

    Permalink
  75. final case class Union[A](a1: A, a2: A) extends N1QL[A] with Product with Serializable

    Permalink
  76. final case class Unreferenced[A]() extends N1QL[A] with Product with Serializable

    Permalink
  77. final case class Upper[A](a1: A) extends N1QL[A] with Product with Serializable

    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. object Case extends Serializable

    Permalink
  5. object IfMissing extends Serializable

    Permalink
  6. object IfMissingOrNull extends Serializable

    Permalink
  7. object IfNull extends Serializable

    Permalink
  8. object Least extends Serializable

    Permalink
  9. object Select extends Serializable

    Permalink
  10. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. implicit val renderTree: Delay[RenderTree, N1QL]

    Permalink
    Definition Classes
    N1QLRenderTreeInstance
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. implicit val traverse: Traverse[N1QL]

    Permalink
    Definition Classes
    N1QLTraverseInstance
  25. final def wait(): Unit

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

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

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

Inherited from N1QLInstances

Inherited from N1QLRenderTreeInstance

Inherited from N1QLTraverseInstance

Inherited from AnyRef

Inherited from Any

Ungrouped