Packages

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]]
  2. type StaticAssoc[T[_[_]], A] = (T[EJson], FreeMapA[T, A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val EC: Inject[Common, EJson]
  5. val EX: Inject[Extension, EJson]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. implicit def equal[T[_[_]], A](implicit arg0: BirecursiveT[T], arg1: EqualT[T]): Delay[Equal, [β$11$]MapFuncCore[T, β$11$]]
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. 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]])]

    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.

  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flattenAnd[T[_[_]], A](fm: FreeMapA[T, A]): NonEmptyList[FreeMapA[T, A]]
    Annotations
    @SuppressWarnings()
  14. def foldConstant[T[_[_]], A](implicit arg0: BirecursiveT[T]): (CoMapFuncR[T, A]) ⇒ slamdata.Predef.Option[T[EJson]]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def normalize[T[_[_]], A](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: Equal[A]): (CoMapFuncR[T, A]) ⇒ CoMapFuncR[T, A]
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. implicit def renderTree[T[_[_]]](implicit arg0: ShowT[T]): Delay[RenderTree, [β$15$]MapFuncCore[T, β$15$]]
  23. def replaceJoinSides[T[_[_]]](left: slamdata.Predef.Symbol, right: slamdata.Predef.Symbol)(implicit arg0: BirecursiveT[T]): (CoMapFuncR[T, JoinSide]) ⇒ CoMapFuncR[T, JoinSide]
  24. 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]]
  25. implicit def show[T[_[_]]](implicit arg0: ShowT[T]): Delay[Show, [β$13$]MapFuncCore[T, β$13$]]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. implicit def traverse[T[_[_]]]: Traverse[[β$9$]MapFuncCore[T, β$9$]]
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  32. object ConcatArraysN

    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.

  33. object ConcatMapsN
  34. object EmptyArray
  35. object EmptyMap
  36. object StaticArray

    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.

  37. object StaticArrayPrefix

    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.

  38. object StaticMap
  39. object StaticMapSuffix

Inherited from AnyRef

Inherited from Any

Ungrouped