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 F[A] = Free[S, A]

    Permalink
    Definition Classes
    LiftedOps
  2. type M[A] = EitherT[F, 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[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. def enumerate(plan: Fix[LogicalPlan]): EnumeratorT[Data, ExecM]

    Permalink

    Returns an enumerator of data resulting from evaluating the given LogicalPlan.

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

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

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

    Permalink

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

  11. def execute(plan: Fix[LogicalPlan], out: AFile): ExecM[AFile]

    Permalink

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

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

    Execution of certain plans may return a result file other than the requested file if it is more efficient to do so (i.e. to avoid copying lots of data for a plan consisting of a single ReadF(...)).

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

    Permalink

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

  13. def fileExists(file: AFile): F[Predef.Boolean]

    Permalink

    Returns whether the given file exists.

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

    Permalink

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

  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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]): F[A]

    Permalink
    Definition Classes
    LiftedOps
  20. def ls(dir: ADir): M[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. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. val transforms: Transforms[F]

    Permalink
  27. val unsafe: Unsafe[S]

    Permalink
  28. final def wait(): Unit

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

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

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

Inherited from LiftedOps[QueryFile, S]

Inherited from AnyRef

Inherited from Any

Ungrouped