Object

quasar.main

analysis

Related Doc: package main

Permalink

object analysis

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

Type Members

  1. final case class CompressionSettings(arrayMaxLength: Positive, mapMaxSize: Positive, stringMaxLength: Positive, unionMaxSize: Positive) extends Product with Serializable

    Permalink

    Knobs controlling various aspects of SST compression.

    Knobs controlling various aspects of SST compression.

    mapMaxSize

    maps larger than this will be compressed

    stringMaxLength

    all strings longer than this are compressed to char[]

    unionMaxSize

    unions larger than this will be compressed

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. object CompressionSettings extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def extractSchema[J, A](settings: CompressionSettings)(implicit arg0: Order[J], arg1: ConvertableTo[A], arg2: Field[A], arg3: Order[A], JC: Aux[J, EJson], JR: Aux[J, EJson]): Process1[Data, SST[J, A]]

    Permalink

    Reduces the input to an SST summarizing its structure.

  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. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def querySchema[S[_], J, A](query: ScopedExpr[Fix[Sql]], vars: Variables, baseDir: ADir, sampleSize: Positive, settings: CompressionSettings)(implicit arg0: Order[J], arg1: ConvertableTo[A], arg2: Field[A], arg3: Order[A], Q: Ops[S], M: Ops[S], JC: Aux[J, EJson], JR: Aux[J, EJson]): M[\/[SemanticErrors, slamdata.Predef.Option[\/[SST[J, A], PopulationSST[J, A]]]]]

    Permalink

    The schema of the results of the given query.

  18. def sampleOfPlan[S[_]](plan: Fix[LogicalPlan], size: Positive)(implicit Q: Ops[S]): M[Process0[Data]]

    Permalink

    A random sample of at most size elements from the dataset represented by the given plan.

  19. def sampleOfQuery[S[_]](expr: ScopedExpr[Fix[Sql]], vars: Variables, baseDir: ADir, size: Positive)(implicit Q: Ops[S], M: Ops[S]): M[\/[SemanticErrors, Process0[Data]]]

    Permalink

    A random sample of at most size elements from the dataset represented by the given query.

  20. def sampled[P](plan: P, size: Positive)(implicit TR: Aux[P, LogicalPlan], TC: Aux[P, LogicalPlan]): P

    Permalink

    A plan representing a random sample of size items from the dataset represented by the given plan.

  21. def schemaToData[T[_[_]], A](schema: \/[SST[T[EJson], A], PopulationSST[T[EJson], A]])(implicit arg0: BirecursiveT[T], arg1: EncodeEJson[A], arg2: Equal[A], arg3: Field[A], arg4: NRoot[A]): Data

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped