Object

quasar.qscript

MapFuncs

Related Doc: package qscript

Permalink

object MapFuncs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapFuncs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
  3. final case class Between[T[_[_]], A](a1: A, a2: A, a3: A) extends Ternary[T, A] with Product with Serializable

    Permalink
  4. final case class Bool[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  5. final case class Coalesce[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  6. final case class ConcatArrays[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  7. final case class ConcatMaps[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  8. final case class Cond[T[_[_]], A](a1: A, a2: A, a3: A) extends Ternary[T, A] with Product with Serializable

    Permalink
  9. final case class Date[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  10. final case class Decimal[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  11. final case class DeleteField[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  12. final case class Divide[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  13. final case class DupArrayIndices[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  14. final case class DupMapKeys[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  15. final case class Eq[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  16. final case class Extract[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  17. final case class Gt[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  18. final case class Gte[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  19. final case class Guard[T[_[_]], A](a1: A, pattern: Type, a2: A, a3: A) extends Ternary[T, A] with Product with Serializable

    Permalink
  20. final case class IfUndefined[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  21. final case class Integer[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  22. final case class Interval[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  23. final case class Length[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  24. final case class Like[T[_[_]], A](a1: A, a2: A, a3: A) extends Ternary[T, A] with Product with Serializable

    Permalink
  25. final case class Lower[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  26. final case class Lt[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  27. final case class Lte[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  28. final case class MakeArray[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  29. final case class MakeMap[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  30. final case class Modulo[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  31. final case class Multiply[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  32. final case class Negate[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  33. final case class Neq[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  34. final case class Not[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  35. final case class Null[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  36. final case class Or[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  37. final case class Power[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  38. final case class ProjectField[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  39. final case class ProjectIndex[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  40. final case class Range[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  41. final case class Search[T[_[_]], A](a1: A, a2: A, a3: A) extends Ternary[T, A] with Product with Serializable

    Permalink
  42. final case class Substring[T[_[_]], A](a1: A, a2: A, a3: A) extends Ternary[T, A] with Product with Serializable

    Permalink
  43. final case class Subtract[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

    Permalink
  44. final case class Time[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  45. final case class TimeOfDay[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  46. final case class Timestamp[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  47. final case class ToString[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  48. final case class ToTimestamp[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  49. final case class Upper[T[_[_]], A](a1: A) extends Unary[T, A] with Product with Serializable

    Permalink
  50. final case class Within[T[_[_]], A](a1: A, a2: A) extends Binary[T, 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 Add extends Serializable

    Permalink
  5. object And extends Serializable

    Permalink
  6. object Between extends Serializable

    Permalink
  7. object Bool extends Serializable

    Permalink
  8. object Coalesce extends Serializable

    Permalink
  9. object ConcatArrays extends Serializable

    Permalink
  10. object ConcatMaps extends Serializable

    Permalink
  11. object Cond extends Serializable

    Permalink
  12. object Date extends Serializable

    Permalink
  13. object Decimal extends Serializable

    Permalink
  14. object DeleteField extends Serializable

    Permalink
  15. object Divide extends Serializable

    Permalink
  16. object DupArrayIndices extends Serializable

    Permalink
  17. object DupMapKeys extends Serializable

    Permalink
  18. object Eq extends Serializable

    Permalink
  19. object Extract extends Serializable

    Permalink
  20. object Gt extends Serializable

    Permalink
  21. object Gte extends Serializable

    Permalink
  22. object IfUndefined extends Serializable

    Permalink
  23. object Integer extends Serializable

    Permalink
  24. object Interval extends Serializable

    Permalink
  25. object Length extends Serializable

    Permalink
  26. object Like extends Serializable

    Permalink
  27. object Lower extends Serializable

    Permalink
  28. object Lt extends Serializable

    Permalink
  29. object Lte extends Serializable

    Permalink
  30. object MakeArray extends Serializable

    Permalink
  31. object MakeMap extends Serializable

    Permalink
  32. object Modulo extends Serializable

    Permalink
  33. object Multiply extends Serializable

    Permalink
  34. object Negate extends Serializable

    Permalink
  35. object Neq extends Serializable

    Permalink
  36. object Not extends Serializable

    Permalink
  37. object Null extends Serializable

    Permalink
  38. object Or extends Serializable

    Permalink
  39. object Power extends Serializable

    Permalink
  40. object ProjectField extends Serializable

    Permalink
  41. object ProjectIndex extends Serializable

    Permalink
  42. object Range extends Serializable

    Permalink
  43. object Search extends Serializable

    Permalink
  44. object StrLit

    Permalink
  45. object Substring extends Serializable

    Permalink
  46. object Subtract extends Serializable

    Permalink
  47. object Time extends Serializable

    Permalink
  48. object TimeOfDay extends Serializable

    Permalink
  49. object Timestamp extends Serializable

    Permalink
  50. object ToString extends Serializable

    Permalink
  51. object ToTimestamp extends Serializable

    Permalink
  52. object Upper extends Serializable

    Permalink
  53. object Within extends Serializable

    Permalink
  54. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  65. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  67. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped