Object/Class

quasar.qscript

MapFuncCore

Related Docs: class MapFuncCore | package qscript

Permalink

object MapFuncCore

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

Type Members

  1. type CoMapFuncR[T[_[_]], A] = CoEnv[A, [β$0$]MapFuncCore[T, β$0$], FreeMapA[T, A]]

    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 ConcatArraysN

    Permalink

    This returns the set of expressions that are concatenated together.

    This returns the set of expressions that are concatenated together. It can include statically known pieces, like MakeArray and Constant(Arr), but also arbitrary expressions that may evaluate to an array of any size.

  5. object ConcatMapsN

    Permalink
  6. val EC: Inject[Common, EJson]

    Permalink
  7. val EX: Inject[Extension, EJson]

    Permalink
  8. object EmptyArray

    Permalink
  9. object StaticArray

    Permalink

    Returns a List that maps element-by-element to a MapFunc array.

    Returns a List that maps element-by-element to a MapFunc array. If we can’t statically determine _all_ of the elements, it doesn’t match.

  10. object StaticArrayPrefix

    Permalink

    Like StaticArray, but returns as much of the array as can be statically determined.

    Like StaticArray, but returns as much of the array as can be statically determined. Useful if you just want to statically lookup into an array if possible, and punt otherwise.

  11. object StaticMap

    Permalink
  12. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  15. implicit def equal[T[_[_]], A](implicit arg0: EqualT[T]): Delay[Equal, [β$10$]MapFuncCore[T, β$10$]]

    Permalink
  16. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def foldConstant[T[_[_]], A](implicit arg0: BirecursiveT[T]): (CoMapFuncR[T, A]) ⇒ slamdata.Predef.Option[T[EJson]]

    Permalink
  19. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def normalize[T[_[_]], A](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], arg3: Show[A]): (CoMapFuncR[T, A]) ⇒ CoMapFuncR[T, A]

    Permalink
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. implicit def renderTree[T[_[_]]](implicit arg0: ShowT[T]): Delay[RenderTree, [β$14$]MapFuncCore[T, β$14$]]

    Permalink
  27. def replaceJoinSides[T[_[_]]](left: slamdata.Predef.Symbol, right: slamdata.Predef.Symbol)(implicit arg0: BirecursiveT[T]): (CoMapFuncR[T, JoinSide]) ⇒ CoMapFuncR[T, JoinSide]

    Permalink
  28. def rollMF[T[_[_]], A](mf: MapFuncCore[T, FreeMapA[T, A]]): CoEnv[A, [β$1$]MapFuncCore[T, β$1$], FreeMapA[T, A]]

    Permalink
  29. implicit def show[T[_[_]]](implicit arg0: ShowT[T]): Delay[Show, [β$12$]MapFuncCore[T, β$12$]]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def translateBinaryMapping[T[_[_]], A]: (BinaryFunc) ⇒ (A, A) ⇒ MapFuncCore[T, A]

    Permalink
  33. def translateNullaryMapping[T[_[_]], A]: (NullaryFunc) ⇒ MapFuncCore[T, A]

    Permalink
  34. def translateTernaryMapping[T[_[_]], A]: (TernaryFunc) ⇒ (A, A, A) ⇒ MapFuncCore[T, A]

    Permalink
  35. def translateUnaryMapping[T[_[_]], A]: (UnaryFunc) ⇒ (A) ⇒ MapFuncCore[T, A]

    Permalink
  36. implicit def traverse[T[_[_]]]: Traverse[[β$8$]MapFuncCore[T, β$8$]]

    Permalink
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped