Object

quasar.qscript

MapFuncsCore

Related Doc: package qscript

Permalink

object MapFuncsCore

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapFuncsCore
  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 ConcatArrays[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

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

    Permalink
  7. final case class Cond[T[_[_]], A](cond: A, then_: A, else_: A) extends Ternary[T, A] with Product with Serializable

    Permalink
  8. final case class Constant[T[_[_]], A](ejson: T[EJson]) extends Nullary[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](src: A, field: 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 Eq[T[_[_]], A](a1: A, a2: A) extends Binary[T, A] with Product with Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  41. final case class JoinSideName[T[_[_]], A](name: slamdata.Predef.Symbol) extends Nullary[T, A] with Product with Serializable

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

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

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

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

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

    Permalink
  47. final case class MakeMap[T[_[_]], A](key: A, value: A) extends Binary[T, A] with Product with Serializable

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

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

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

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

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

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

    Permalink
  54. final case class Now[T[_[_]], A]() extends Nullary[T, A] with Product with Serializable

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

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

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

    Permalink
  58. final case class ProjectField[T[_[_]], A](src: A, field: A) extends Binary[T, A] with Product with Serializable

    Permalink
  59. final case class ProjectIndex[T[_[_]], A](src: A, index: A) extends Binary[T, A] with Product with Serializable

    Permalink
  60. final case class Range[T[_[_]], A](from: A, to: A) extends Binary[T, A] with Product with Serializable

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

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

    Permalink
  63. final case class Substring[T[_[_]], A](string: A, from: A, count: A) extends Ternary[T, A] with Product with Serializable

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

    Permalink
  65. final case class TemporalTrunc[T[_[_]], A](part: TemporalPart, a1: A) extends Unary[T, A] with Product with Serializable

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

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

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

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

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

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

    Permalink
  72. final case class Undefined[T[_[_]], A]() extends Nullary[T, A] with Product with Serializable

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

    Permalink
  74. 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 BoolLit

    Permalink
  9. object ConcatArrays extends Serializable

    Permalink
  10. object ConcatMaps extends Serializable

    Permalink
  11. object Cond extends Serializable

    Permalink
  12. object Constant extends Serializable

    Permalink
  13. object Date extends Serializable

    Permalink
  14. object DecLit

    Permalink
  15. object Decimal extends Serializable

    Permalink
  16. object DeleteField extends Serializable

    Permalink
  17. object Divide extends Serializable

    Permalink
  18. object Eq extends Serializable

    Permalink
  19. object ExtractCentury extends Serializable

    Permalink
  20. object ExtractDayOfMonth extends Serializable

    Permalink
  21. object ExtractDayOfWeek extends Serializable

    Permalink
  22. object ExtractDayOfYear extends Serializable

    Permalink
  23. object ExtractDecade extends Serializable

    Permalink
  24. object ExtractEpoch extends Serializable

    Permalink
  25. object ExtractHour extends Serializable

    Permalink
  26. object ExtractIsoDayOfWeek extends Serializable

    Permalink
  27. object ExtractIsoYear extends Serializable

    Permalink
  28. object ExtractMicroseconds extends Serializable

    Permalink
  29. object ExtractMillennium extends Serializable

    Permalink
  30. object ExtractMilliseconds extends Serializable

    Permalink
  31. object ExtractMinute extends Serializable

    Permalink
  32. object ExtractMonth extends Serializable

    Permalink
  33. object ExtractQuarter extends Serializable

    Permalink
  34. object ExtractSecond extends Serializable

    Permalink
  35. object ExtractTimezone extends Serializable

    Permalink
  36. object ExtractTimezoneHour extends Serializable

    Permalink
  37. object ExtractTimezoneMinute extends Serializable

    Permalink
  38. object ExtractWeek extends Serializable

    Permalink
  39. object ExtractYear extends Serializable

    Permalink
  40. object Gt extends Serializable

    Permalink
  41. object Gte extends Serializable

    Permalink
  42. object Guard extends Serializable

    Permalink
  43. object IfUndefined extends Serializable

    Permalink
  44. object IntLit

    Permalink
  45. object IntLitMapFunc

    Permalink
  46. object Integer extends Serializable

    Permalink
  47. object Interval extends Serializable

    Permalink
  48. object JoinSideName extends Serializable

    Permalink
  49. object Length extends Serializable

    Permalink
  50. object Lower extends Serializable

    Permalink
  51. object Lt extends Serializable

    Permalink
  52. object Lte extends Serializable

    Permalink
  53. object MakeArray extends Serializable

    Permalink
  54. object MakeMap extends Serializable

    Permalink
  55. object Meta extends Serializable

    Permalink
  56. object Modulo extends Serializable

    Permalink
  57. object Multiply extends Serializable

    Permalink
  58. object Negate extends Serializable

    Permalink
  59. object Neq extends Serializable

    Permalink
  60. object Not extends Serializable

    Permalink
  61. object Now extends Serializable

    Permalink
  62. object Null extends Serializable

    Permalink
  63. object NullLit

    Permalink
  64. object Or extends Serializable

    Permalink
  65. object Power extends Serializable

    Permalink
  66. object ProjectField extends Serializable

    Permalink
  67. object ProjectIndex extends Serializable

    Permalink
  68. object Range extends Serializable

    Permalink
  69. object Search extends Serializable

    Permalink
  70. object StartOfDay extends Serializable

    Permalink
  71. object StrLit

    Permalink
  72. object Substring extends Serializable

    Permalink
  73. object Subtract extends Serializable

    Permalink
  74. object TemporalTrunc extends Serializable

    Permalink
  75. object Time extends Serializable

    Permalink
  76. object TimeOfDay extends Serializable

    Permalink
  77. object Timestamp extends Serializable

    Permalink
  78. object ToString extends Serializable

    Permalink
  79. object ToTimestamp extends Serializable

    Permalink
  80. object TypeOf extends Serializable

    Permalink
  81. object Undefined extends Serializable

    Permalink
  82. object Upper extends Serializable

    Permalink
  83. object Within extends Serializable

    Permalink
  84. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped