Object

quasar.physical.sparkcore.fs

queryfile

Related Doc: package fs

Permalink

object queryfile

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. queryfile
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Input(fromFile: (SparkContext, AFile) ⇒ Task[RDD[Data]], store: (RDD[Data], AFile) ⇒ Task[Predef.Unit], fileExists: (AFile) ⇒ Task[Predef.Boolean], listContents: (ADir) ⇒ EitherT[Task, FileSystemError, Predef.Set[PathSegment]], readChunkSize: () ⇒ Predef.Int) extends Product with Serializable

    Permalink
  2. final case class RddState(maybeRDD: Predef.Option[RDD[(Data, Predef.Long)]], pointer: Predef.Int) extends Product with Serializable

    Permalink
  3. type SparkContextRead[A] = Read[SparkContext, A]

    Permalink
  4. type SparkQScript[A] = Coproduct[[β$5$]QScriptCore[Fix, β$5$], [A]Coproduct[[β$3$]EquiJoin[Fix, β$3$], [β$4$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$4$], A], A]

    Permalink
  5. type SparkQScript0[A] = Coproduct[[β$2$]QScriptCore[Fix, β$2$], [A]Coproduct[[β$0$]EquiJoin[Fix, β$0$], [β$1$]Const[ShiftedRead[Path[Abs, Any, Sandboxed]], β$1$], A], 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 chrooted[S[_]](input: Input, fsType: FileSystemType, prefix: ADir)(implicit s0: :<:[Task, S], s1: :<:[SparkContextRead, S], s2: :<:[MonotonicSeq, S], s3: :<:[[γ$10$]KeyValueStore[ResultHandle, RddState, γ$10$], S]): ~>[QueryFile, [β$11$]Free[S, β$11$]]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def composedFunctor[F[_], G[_]](implicit arg0: Functor[F], arg1: Functor[G]): Functor[[A]F[G[A]]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def interpreter[S[_]](input: Input, fsType: FileSystemType)(implicit s0: :<:[Task, S], s1: :<:[SparkContextRead, S], s2: :<:[MonotonicSeq, S], s3: :<:[[γ$12$]KeyValueStore[ResultHandle, RddState, γ$12$], S]): ~>[QueryFile, [β$13$]Free[S, β$13$]]

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. implicit val sparkQScriptToQSTotal: Aux[SparkQScript, [β$6$]Coproduct[[β$0$]QScriptCore[Fix, β$0$], [β$1$]Coproduct[[β$2$]ProjectBucket[Fix, β$2$], [β$3$]Coproduct[[β$4$]ThetaJoin[Fix, β$4$], [β$5$]Coproduct[[β$6$]EquiJoin[Fix, β$6$], [β$7$]Coproduct[[β$8$]Const[ShiftedRead[Path[Abs, Any, Sandboxed]], β$8$], [β$9$]Coproduct[[β$10$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$10$], [β$11$]Coproduct[[β$12$]Const[Read[Path[Abs, Any, Sandboxed]], β$12$], [β$13$]Coproduct[[β$14$]Const[Read[Path[Abs, File, Sandboxed]], β$14$], [β$15$]Const[DeadEnd, β$15$], β$13$], β$11$], β$9$], β$7$], β$5$], β$3$], β$1$], β$6$]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped