trait Coalesce[IN[_]] extends AnyRef
Rewrites adjacent nodes.
- Alphabetic
- By Inheritance
- Coalesce
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
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]]]
Coalesce for types containing EquiJoin.
Coalesce for types containing EquiJoin.
- Attributes
- protected[quasar.qscript]
-
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]]]
Coalesce for types containing QScriptCore.
Coalesce for types containing QScriptCore.
- Attributes
- protected[quasar.qscript]
-
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]]]
Coalesce for types containing ShiftedRead.
Coalesce for types containing ShiftedRead.
- Attributes
- protected[quasar.qscript]
-
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]]]
Coalesce for types containing ThetaJoin.
Coalesce for types containing ThetaJoin.
- Attributes
- protected[quasar.qscript]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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]]]
- 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]]]
- 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]]]
- 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]]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )