Packages

final class Ops[S[_]] extends LiftedOps[QueryFile, S]

Linear Supertypes
LiftedOps[QueryFile, S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. LiftedOps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ops()(implicit S: :<:[QueryFile, S])

Type Members

  1. type FreeS[A] = Free[S, A]
    Definition Classes
    LiftedOps
  2. type M[A] = EitherT[FreeS, FileSystemError, 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def descendantFiles(dir: ADir): M[slamdata.Predef.Map[RFile, Node.Type]]

    Returns a Map of all files in this directory and all of it's sub-directories along with it's Node.Type Fails if the directory does not exist.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def evaluate(plan: Fix[LogicalPlan]): Process[ExecM, Data]

    Returns the stream of data resulting from evaluating the given LogicalPlan.

  10. def execute(plan: Fix[LogicalPlan], out: AFile): ExecM[slamdata.Predef.Unit]

    Returns the path to the result of executing the given LogicalPlan, using the provided path.

    Returns the path to the result of executing the given LogicalPlan, using the provided path.

    If the given file path exists, it will be overwritten with the results from the query.

  11. def explain(plan: Fix[LogicalPlan]): ExecM[ExecutionPlan]

    Returns a description of how the the given logical plan will be executed.

  12. def fileExists(file: AFile): FreeS[slamdata.Predef.Boolean]

    Returns whether the given file exists.

  13. def fileExistsM(file: AFile): M[slamdata.Predef.Boolean]

    Returns whether the given file exists, lifted into the same monad as the rest of the functions here, for convenience.

  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def first(plan: Fix[LogicalPlan]): ExecM[slamdata.Predef.Option[Data]]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lift[A](ga: QueryFile[A]): FreeS[A]
    Definition Classes
    LiftedOps
  20. def listContents(dir: ADir): M[slamdata.Predef.Set[Node]]
  21. def ls(dir: ADir): M[slamdata.Predef.Set[Node]]

    Returns the names of the immediate children of the given directory, fails if the directory does not exist.

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def results(plan: Fix[LogicalPlan]): ExecM[Process0[Data]]

    Returns a stream of data resulting from evaluating the given LogicalPlan.

    Returns a stream of data resulting from evaluating the given LogicalPlan.

    This consumes the entire result, if you need control over how much data is consumed, see evaluate.

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. val transforms: Transforms[FreeS]
  29. val unsafe: Unsafe[S]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from LiftedOps[QueryFile, S]

Inherited from AnyRef

Inherited from Any

Ungrouped