Packages

  • package root
    Definition Classes
    root
  • package quasar
    Definition Classes
    root
  • package config
    Definition Classes
    quasar
  • package connector
    Definition Classes
    quasar
  • package fp
    Definition Classes
    quasar
  • package fs
    Definition Classes
    quasar
  • package qscript

    The various representations of an arbitrary query, as seen by the filesystem connectors, along with the operations for dealing with them.

    The various representations of an arbitrary query, as seen by the filesystem connectors, along with the operations for dealing with them.

    There are a few patterns that are worth noting: - (src: A, ..., lBranch: FreeQS[T], rBranch: FreeQS[T], ...) – used in operations that combine multiple data sources (notably joins and unions). This holds the divergent parts of the data sources in the branches, with SrcHole indicating a reference back to the common src of the two branches. There is not required to be a SrcHole. - Free[F, A] – we use this structure as a restricted form of variable binding, where F is some pattern functor, and A is some enumeration that has a specific referent. E.g., FreeMap is a recursive structure of MapFunc that has a single “variable”, SrcHole, which (usually) refers to the src parameter of that operation. JoinFunc, FreeQS, and the repair parameter to Reduce behave similarly. - We use the type parameter QS[_] to indicate QScript, as well as the type parameters IN[_] and OUT[_] to indicate the input and output coproducts in transformations where they can be different.

    Definition Classes
    quasar
  • NameGenerator
  • NameGeneratorInstances
  • NameGeneratorInstances0
  • Planner

object NameGenerator extends NameGeneratorInstances with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NameGenerator
  2. Serializable
  3. Serializable
  4. NameGeneratorInstances
  5. NameGeneratorInstances0
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AllOps[F[_], A] extends Ops[F, A]
  2. trait Ops[F[_], A] extends AnyRef
  3. trait ToNameGeneratorOps extends AnyRef

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. def apply[F[_]](implicit instance: NameGenerator[F]): NameGenerator[F]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. implicit def eitherTNameGenerator[F[_], A](implicit arg0: NameGenerator[F], arg1: Functor[F]): NameGenerator[[γ$2$]EitherT[F, A, γ$2$]]
    Definition Classes
    NameGeneratorInstances0
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. implicit def monotonicSeqNameGenerator[S[_]](implicit S: :<:[MonotonicSeq, S]): NameGenerator[[β$0$]Free[S, β$0$]]
    Definition Classes
    NameGeneratorInstances
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. implicit def readerTNameGenerator[F[_], A](implicit arg0: NameGenerator[F]): NameGenerator[[γ$4$]Kleisli[F, A, γ$4$]]
    Definition Classes
    NameGeneratorInstances0
  19. val salt: Task[slamdata.Predef.String]

    A short, randomized string to use as "salt" in salted name generators.

  20. implicit def sequenceNameGenerator[F[_]](implicit F: MonadState[F, slamdata.Predef.Long]): NameGenerator[F]
    Definition Classes
    NameGeneratorInstances
  21. implicit def stateTNameGenerator[F[_], S](implicit arg0: NameGenerator[F], arg1: Monad[F]): NameGenerator[[γ$6$]IndexedStateT[F, S, S, γ$6$]]
    Definition Classes
    NameGeneratorInstances0
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. implicit def writerTNameGenerator[F[_], W](implicit arg0: NameGenerator[F], arg1: Functor[F], arg2: Monoid[W]): NameGenerator[[γ$8$]WriterT[F, W, γ$8$]]
    Definition Classes
    NameGeneratorInstances0
  28. object nonInheritedOps extends ToNameGeneratorOps
  29. object ops

Inherited from Serializable

Inherited from Serializable

Inherited from NameGeneratorInstances

Inherited from NameGeneratorInstances0

Inherited from AnyRef

Inherited from Any

Ungrouped