Class/Object

quasar.fs.QueryFile

Ops

Related Docs: object Ops | package QueryFile

Permalink

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])

    Permalink

Type Members

  1. type FreeS[A] = Free[S, A]

    Permalink
    Definition Classes
    LiftedOps
  2. type M[A] = EitherT[FreeS, FileSystemError, A]

    Permalink

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 descendantFiles(dir: ADir): M[slamdata.Predef.Set[RFile]]

    Permalink

    Returns all files in this directory and all of it's sub-directories Fails if the directory does not exist.

  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def evaluate(plan: Fix[LogicalPlan]): Process[ExecM, Data]

    Permalink

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

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

    Permalink

    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]

    Permalink

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

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

    Permalink

    Returns whether the given file exists.

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

    Permalink

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

  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def first(plan: Fix[LogicalPlan]): ExecM[slamdata.Predef.Option[Data]]

    Permalink
  16. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  19. def lift[A](ga: QueryFile[A]): FreeS[A]

    Permalink
    Definition Classes
    LiftedOps
  20. def ls(dir: ADir): M[slamdata.Predef.Set[PathSegment]]

    Permalink

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

  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def results(plan: Fix[LogicalPlan]): ExecM[Process0[Data]]

    Permalink

    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.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. val transforms: Transforms[FreeS]

    Permalink
  28. val unsafe: Unsafe[S]

    Permalink
  29. final def wait(): Unit

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

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

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

Inherited from LiftedOps[QueryFile, S]

Inherited from AnyRef

Inherited from Any

Ungrouped