Trait/Object

quasar.qscript

Coalesce

Related Docs: object Coalesce | package qscript

Permalink

trait Coalesce[IN[_]] extends AnyRef

Rewrites adjacent nodes.

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

Type Members

  1. abstract type IT[F[_]]

    Permalink
  2. abstract type OUT[A]

    Permalink

Abstract Value Members

  1. abstract def coalesceEJ[F[_]](FToOut: ~>[F, [α]Option[OUT[α]]])(implicit arg0: Functor[F], EJ: :<:[[β$6$]EquiJoin[IT, β$6$], OUT]): (IN[IT[F]]) ⇒ slamdata.Predef.Option[OUT[IT[F]]]

    Permalink

    Coalesce for types containing EquiJoin.

    Coalesce for types containing EquiJoin.

    Attributes
    protected[quasar.qscript]
  2. abstract def coalesceQC[F[_]](FToOut: PrismNT[F, OUT])(implicit arg0: Functor[F], QC: :<:[[β$0$]QScriptCore[IT, β$0$], OUT]): (IN[IT[F]]) ⇒ slamdata.Predef.Option[IN[IT[F]]]

    Permalink

    Coalesce for types containing QScriptCore.

    Coalesce for types containing QScriptCore.

    Attributes
    protected[quasar.qscript]
  3. abstract def coalesceSR[F[_], A](FToOut: PrismNT[F, OUT])(implicit arg0: Functor[F], QC: :<:[[β$2$]QScriptCore[IT, β$2$], OUT], SR: :<:[[β$3$]Const[ShiftedRead[A], β$3$], OUT]): (IN[IT[F]]) ⇒ slamdata.Predef.Option[IN[IT[F]]]

    Permalink

    Coalesce for types containing ShiftedRead.

    Coalesce for types containing ShiftedRead.

    Attributes
    protected[quasar.qscript]
  4. abstract def coalesceTJ[F[_]](FToOut: ~>[F, [α]Option[OUT[α]]])(implicit arg0: Functor[F], TJ: :<:[[β$8$]ThetaJoin[IT, β$8$], OUT]): (IN[IT[F]]) ⇒ slamdata.Predef.Option[OUT[IT[F]]]

    Permalink

    Coalesce for types containing ThetaJoin.

    Coalesce for types containing ThetaJoin.

    Attributes
    protected[quasar.qscript]

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def coalesceEJNormalize[F[_]](FToOut: ~>[F, [α]Option[OUT[α]]])(implicit arg0: Functor[F], EJ: :<:[[β$7$]EquiJoin[IT, β$7$], OUT], N: Normalizable[OUT]): (IN[IT[F]]) ⇒ slamdata.Predef.Option[OUT[IT[F]]]

    Permalink
  7. def coalesceQCNormalize[F[_]](FToOut: PrismNT[F, OUT])(implicit arg0: Functor[F], QC: :<:[[β$1$]QScriptCore[IT, β$1$], OUT], N: Normalizable[IN]): (IN[IT[F]]) ⇒ slamdata.Predef.Option[IN[IT[F]]]

    Permalink
  8. def coalesceSRNormalize[F[_], A](FToOut: PrismNT[F, OUT])(implicit arg0: Functor[F], QC: :<:[[β$4$]QScriptCore[IT, β$4$], OUT], SR: :<:[[β$5$]Const[ShiftedRead[A], β$5$], OUT], N: Normalizable[IN]): (IN[IT[F]]) ⇒ slamdata.Predef.Option[IN[IT[F]]]

    Permalink
  9. def coalesceTJNormalize[F[_]](FToOut: ~>[F, [α]Option[OUT[α]]])(implicit arg0: Functor[F], TJ: :<:[[β$9$]ThetaJoin[IT, β$9$], OUT], N: Normalizable[OUT]): (IN[IT[F]]) ⇒ slamdata.Predef.Option[OUT[IT[F]]]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped