object pipeline
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- pipeline
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 deleteUnusedFields[F[_]](op: Fix[F])(implicit arg0: Functor[F], arg1: Refs[F], ev: :<:[WorkflowOpCoreF, F]): Fix[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] )
-
def
get0(leaves: slamdata.Predef.List[Name], rs: slamdata.Predef.List[Reshape[ExprOp]]): slamdata.Predef.Option[Shape[ExprOp]]
- Annotations
- @SuppressWarnings()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inlineGroupProjects[F[_]](g: $GroupF[Fix[F]])(implicit arg0: Functor[F], I: :<:[WorkflowOpCoreF, F]): slamdata.Predef.Option[(Fix[F], Grouped[ExprOp], Shape[ExprOp])]
- def inlineProject[A](p: $ProjectF[A], rs: slamdata.Predef.List[Reshape[ExprOp]]): slamdata.Predef.Option[Reshape[ExprOp]]
- def inlineProjectGroup(r: Reshape[ExprOp], g: Grouped[ExprOp]): slamdata.Predef.Option[Grouped[ExprOp]]
- def inlineProjectUnwindGroup(r: Reshape[ExprOp], unwound: DocVar, g: Grouped[ExprOp]): slamdata.Predef.Option[(DocVar, Grouped[ExprOp])]
-
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()
-
def
renameProjectGroup(r: Reshape[ExprOp], g: Grouped[ExprOp]): slamdata.Predef.Option[slamdata.Predef.ListMap[Name, slamdata.Predef.List[Name]]]
Map from old grouped names to new names and mapping of expressions.
-
def
reorderOps[F[_]](wf: Fix[F])(implicit arg0: Functor[F], arg1: Coalesce[F], I: :<:[WorkflowOpCoreF, F]): Fix[F]
- Annotations
- @SuppressWarnings()
- def simplifyGroup[F[_]](op: Fix[F])(implicit arg0: Coalesce[F], arg1: Functor[F], ev: :<:[WorkflowOpCoreF, F]): Fix[F]
-
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( ... )