Object/Class

quasar.qscript

MapFuncCore

Related Docs: class MapFuncCore | package qscript

Permalink

object MapFuncCore

Linear Supertypes
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$]Coproduct[[β$62$]MapFuncCore[T, β$62$], [β$63$]MapFuncDerived[T, β$63$], β$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 EmptyMap

    Permalink
  10. 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.

  11. 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.

  12. object StaticMap

    Permalink
  13. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def extractFilter[T[_[_]], A](mf: FreeMapA[T, A])(test: (A) ⇒ slamdata.Predef.Option[Hole])(implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: Equal[A]): slamdata.Predef.Option[(FreeMap[T], FreeMapA[T, A], (FreeMapA[T, A]) ⇒ slamdata.Predef.Option[FreeMapA[T, A]])]

    Permalink

    Converts conditional Undefineds into conditions that can be used in a Filter.

    Converts conditional Undefineds into conditions that can be used in a Filter.

    Returns the extracted predicate, the defined expression extracted from the original condition and a function to extract the defined branch from other expressions containing the same conditional test as the original.

  19. def extractGuards[T[_[_]], A](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: Equal[A]): (CoMapFuncR[T, A]) ⇒ slamdata.Predef.Option[CoMapFuncR[T, A]]

    Permalink

    Pulls conditional Undefineds as far up an expression as possible.

  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def flattenAnd[T[_[_]], A](fm: FreeMapA[T, A]): NonEmptyList[FreeMapA[T, A]]

    Permalink
    Annotations
    @SuppressWarnings()
  22. def foldConstant[T[_[_]], A](implicit arg0: BirecursiveT[T]): (CoMapFuncR[T, A]) ⇒ slamdata.Predef.Option[T[EJson]]

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

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

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

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

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

    Permalink
  28. final def notify(): Unit

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

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

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

    Permalink
  32. def rollMF[T[_[_]], A](mf: MapFunc[T, FreeMapA[T, A]]): CoEnv[A, [β$1$]Coproduct[[β$62$]MapFuncCore[T, β$62$], [β$63$]MapFuncDerived[T, β$63$], β$1$], FreeMapA[T, A]]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. implicit def traverse[T[_[_]]]: Traverse[[β$9$]MapFuncCore[T, β$9$]]

    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