Class/Object

quasar.mimir

Precog

Related Docs: object Precog | package mimir

Permalink

final class Precog extends VFSColumnarTableModule with StdLibModule[Future]

Linear Supertypes
StdLibModule[Future], RandomLibModule[Future], RandomForestLibModule[Future], ClusteringLibModule[Future], AssignClusterModule[Future], ModelLibModule[Future], NormalizationLibModule[Future], NormalizationHelperModule[Future], SummaryLibModule[Future], StatsLibModule[Future], ReductionLibModule[Future], StringLibModule[Future], TypeLibModule[Future], MathLibModule[Future], ArrayLibModule[Future], UnaryLibModule[Future], InfixLibModule[Future], ColumnarTableLibModule[Future], TableLibModule[Future], VFSColumnarTableModule, BlockStoreColumnarTableModule[Future], ColumnarTableModule[Future], IndicesModule[Future], Logging, SamplableColumnarTableModule[Future], SamplableTableModule[Future], SliceTransforms[Future], MapUtils, ArrayConcatHelpers, ObjectConcatHelpers, ConcatHelpers, IdSourceScannerModule, ColumnarTableTypes[Future], TableModule[Future], TransSpecModule, FNModule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Precog
  2. StdLibModule
  3. RandomLibModule
  4. RandomForestLibModule
  5. ClusteringLibModule
  6. AssignClusterModule
  7. ModelLibModule
  8. NormalizationLibModule
  9. NormalizationHelperModule
  10. SummaryLibModule
  11. StatsLibModule
  12. ReductionLibModule
  13. StringLibModule
  14. TypeLibModule
  15. MathLibModule
  16. ArrayLibModule
  17. UnaryLibModule
  18. InfixLibModule
  19. ColumnarTableLibModule
  20. TableLibModule
  21. VFSColumnarTableModule
  22. BlockStoreColumnarTableModule
  23. ColumnarTableModule
  24. IndicesModule
  25. Logging
  26. SamplableColumnarTableModule
  27. SamplableTableModule
  28. SliceTransforms
  29. MapUtils
  30. ArrayConcatHelpers
  31. ObjectConcatHelpers
  32. ConcatHelpers
  33. IdSourceScannerModule
  34. ColumnarTableTypes
  35. TableModule
  36. TransSpecModule
  37. FNModule
  38. AnyRef
  39. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ArrayLib extends ColumnarTableLib

    Permalink
    Definition Classes
    ArrayLibModule
  2. trait AssignClusterSupport extends ColumnarTableLib with ModelSupport

    Permalink
    Definition Classes
    AssignClusterModule
  3. trait BlockStoreColumnarTableCompanion extends yggdrasil.table.BlockStoreColumnarTableModule.ColumnarTableCompanion

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  4. trait ClusteringLib extends ColumnarTableLib with AssignClusterSupport

    Permalink
    Definition Classes
    ClusteringLibModule
  5. abstract class ColumnarTable extends yggdrasil.table.ColumnarTableModule.TableLike with yggdrasil.table.ColumnarTableModule.SamplableColumnarTable

    Permalink
    Definition Classes
    ColumnarTableModule
  6. trait ColumnarTableCompanion extends yggdrasil.table.ColumnarTableModule.TableCompanionLike

    Permalink
    Definition Classes
    ColumnarTableModule
  7. trait ColumnarTableLib extends TableLib

    Permalink
    Definition Classes
    ColumnarTableLibModule
  8. class ExternalTable extends Table

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  9. type F1 = CF1

    Permalink
    Definition Classes
    ColumnarTableTypes
  10. trait F1Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  11. type F2 = CF2

    Permalink
    Definition Classes
    ColumnarTableTypes
  12. trait F2Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  13. abstract type GroupId

    Permalink
    Definition Classes
    TransSpecModule
  14. final case class GroupingAlignment extends GroupingSpec with Product with Serializable

    Permalink
    Definition Classes
    TableModule
  15. final case class GroupingSource extends GroupingSpec with Product with Serializable

    Permalink
    Definition Classes
    TableModule
  16. sealed trait GroupingSpec extends AnyRef

    Permalink
    Definition Classes
    TableModule
  17. trait InfixLib extends ColumnarTableLib

    Permalink
    Definition Classes
    InfixLibModule
  18. class InternalTable extends Table

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  19. abstract type Lib <: StdLib

    Permalink
    Definition Classes
    StdLibModuleTableLibModule
  20. type Mapper = CMapper[Future]

    Permalink
    Definition Classes
    ColumnarTableTypes
  21. trait MathLib extends ColumnarTableLib with InfixLib

    Permalink
    Definition Classes
    MathLibModule
  22. class MergeEngine[KeyType, BlockData <: BlockProjectionData[KeyType, Slice]] extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableModule
  23. trait ModelSupport extends AnyRef

    Permalink
    Definition Classes
    ModelLibModule
  24. trait MorphLogger extends AnyRef

    Permalink
    Definition Classes
    TableLibModule
  25. trait NormalizationHelperLib extends ColumnarTableLib with ReductionLib

    Permalink
    Definition Classes
    NormalizationHelperModule
  26. trait NormalizationLib extends NormalizationHelperLib

    Permalink
    Definition Classes
    NormalizationLibModule
  27. trait RandomForestLib extends ColumnarTableLib

    Permalink
    Definition Classes
    RandomForestLibModule
  28. trait RandomLib extends ColumnarTableLib

    Permalink
    Definition Classes
    RandomLibModule
  29. type Reducer[α] = CReducer[α]

    Permalink
    Definition Classes
    ColumnarTableTypes
  30. trait ReductionLib extends ColumnarTableLib

    Permalink
    Definition Classes
    ReductionLibModule
  31. type RowId = Int

    Permalink
    Definition Classes
    ColumnarTableTypes
  32. trait SamplableColumnarTable extends (SamplableColumnarTableModule.this)#SamplableTable

    Permalink
    Definition Classes
    SamplableColumnarTableModule
  33. trait SamplableTable extends yggdrasil.table.SamplableTableModule.TableLike

    Permalink
    Definition Classes
    SamplableTableModule
  34. type Scanner = CScanner

    Permalink
    Definition Classes
    ColumnarTableTypes
  35. class SingletonTable extends Table

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  36. class SliceIndex extends AnyRef

    Permalink
    Definition Classes
    IndicesModule
  37. sealed trait SliceTransform1[A] extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    SliceTransforms
  38. sealed trait SliceTransform2[A] extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    SliceTransforms
  39. trait StatsLib extends ColumnarTableLib with ReductionLib

    Permalink
    Definition Classes
    StatsLibModule
  40. trait StdLib extends InfixLib with UnaryLib with ArrayLib with MathLib with TypeLib with StringLib with StatsLib with SummaryLib with NormalizationLib with ClusteringLib with RandomForestLib with RandomLib

    Permalink
    Definition Classes
    StdLibModule
  41. trait StringLib extends ColumnarTableLib

    Permalink
    Definition Classes
    StringLibModule
  42. trait SummaryLib extends ReductionLib

    Permalink
    Definition Classes
    SummaryLibModule
  43. abstract class Table extends yggdrasil.table.BlockStoreColumnarTableModule.ColumnarTable

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  44. sealed trait TableCompanion extends VFSColumnarTableCompanion

    Permalink
  45. trait TableCompanionLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  46. class TableIndex extends AnyRef

    Permalink
    Definition Classes
    IndicesModule
  47. trait TableLib extends Library

    Permalink
    Definition Classes
    TableLibModule
  48. trait TableLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  49. case class TableMetrics extends Product with Serializable

    Permalink
    Definition Classes
    ColumnarTableModule
  50. type TableTransSpec[+A <: SourceType] = Map[CPathField, TransSpec[A]]

    Permalink
    Definition Classes
    TransSpecModule
  51. type TableTransSpec1 = Map[CPathField, TransSpec[Source1]]

    Permalink
    Definition Classes
    TransSpecModule
  52. type TableTransSpec2 = Map[CPathField, TransSpec[Source2]]

    Permalink
    Definition Classes
    TransSpecModule
  53. trait TypeLib extends ColumnarTableLib

    Permalink
    Definition Classes
    TypeLibModule
  54. trait UnaryLib extends ColumnarTableLib

    Permalink
    Definition Classes
    UnaryLibModule
  55. trait VFSColumnarTableCompanion extends yggdrasil.table.VFSColumnarTableModule.BlockStoreColumnarTableCompanion

    Permalink
    Definition Classes
    VFSColumnarTableModule

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 Config

    Permalink
  5. val CookThreshold: Int

    Permalink
    Definition Classes
    Precog → VFSColumnarTableModule
  6. object GroupingSpec

    Permalink
    Definition Classes
    TableModule
  7. final def InMemoryLimit: Long

    Permalink
    Definition Classes
    IndicesModule
  8. object Library extends StdLib

    Permalink
  9. implicit def M: Monad[Future]

    Permalink
    Definition Classes
    PrecogTableLibModule → ColumnarTableModule → TableModule
  10. def RootAPIKey: Future[APIKey]

    Permalink
  11. val StorageTimeout: FiniteDuration

    Permalink
    Definition Classes
    Precog → VFSColumnarTableModule
  12. object Table extends TableCompanion

    Permalink
    Definition Classes
    Precog → TableModule
  13. object TableLib

    Permalink
    Definition Classes
    TableLibModule
  14. val actorSystem: ActorSystem

    Permalink
    Definition Classes
    Precog → VFSColumnarTableModule
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. lazy val blockModuleLogger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableModule
  17. def buildConstantWrapSpec[A <: SourceType](source: TransSpec[A]): TransSpec[A]

    Permalink
    Definition Classes
    TransSpecModule
  18. def buildEmptyArrays(emptyBits: BitSet): Map[ColumnRef, BitsetColumn with EmptyArrayColumn]

    Permalink
    Definition Classes
    ArrayConcatHelpers
  19. def buildEmptyObjects(emptyBits: BitSet): Map[ColumnRef, Column]

    Permalink
    Definition Classes
    ObjectConcatHelpers
  20. def buildFields(leftColumns: Map[ColumnRef, Column], rightColumns: Map[ColumnRef, Column]): (Map[ColumnRef, Column], Map[ColumnRef, Column])

    Permalink
    Definition Classes
    ObjectConcatHelpers
  21. def buildFilters(columns: Map[ColumnRef, Column], size: Int, filter: (Map[ColumnRef, Column]) ⇒ Map[ColumnRef, Column], filterEmpty: (Map[ColumnRef, Column]) ⇒ Map[ColumnRef, Column]): (BitSet, BitSet)

    Permalink
    Definition Classes
    ConcatHelpers
  22. def buildInnerBits(leftEmptyBits: BitSet, rightEmptyBits: BitSet, leftDefinedBits: BitSet, rightDefinedBits: BitSet): (BitSet, BitSet)

    Permalink
    Definition Classes
    ConcatHelpers
  23. def buildNonemptyArrays(left: Map[ColumnRef, Column], right: Map[ColumnRef, Column]): Map[ColumnRef, Column]

    Permalink
    Definition Classes
    ArrayConcatHelpers
  24. def buildNonemptyObjects(leftFields: Map[ColumnRef, Column], rightFields: Map[ColumnRef, Column]): Map[ColumnRef, Column]

    Permalink
    Definition Classes
    ObjectConcatHelpers
  25. def buildOuterBits(leftEmptyBits: BitSet, rightEmptyBits: BitSet, leftDefinedBits: BitSet, rightDefinedBits: BitSet): BitSet

    Permalink
    Definition Classes
    ConcatHelpers
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def collectIndices(columns: Map[ColumnRef, Column]): Iterable[(Int, Seq[CPathNode], ColumnRef, Column)]

    Permalink
    Definition Classes
    ArrayConcatHelpers
  28. def commitDB(blob: Blob, version: Version, db: NIHDB): Task[Unit]

    Permalink
    Definition Classes
    VFSColumnarTableModule
  29. def createDB(path: AFile): Task[\/[ResourceError, (Blob, Version, NIHDB)]]

    Permalink
    Definition Classes
    VFSColumnarTableModule
  30. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def filterArrays(columns: Map[ColumnRef, Column]): Map[ColumnRef, Column]

    Permalink
    Definition Classes
    ArrayConcatHelpers
  33. def filterEmptyArrays(columns: Map[ColumnRef, Column]): Map[ColumnRef, Column]

    Permalink
    Definition Classes
    ArrayConcatHelpers
  34. def filterEmptyObjects(columns: Map[ColumnRef, Column]): Map[ColumnRef, Column]

    Permalink
    Definition Classes
    ObjectConcatHelpers
  35. def filterFields(columns: Map[ColumnRef, Column]): Map[ColumnRef, Column]

    Permalink
    Definition Classes
    ObjectConcatHelpers
  36. def filterObjects(columns: Map[ColumnRef, Column]): Map[ColumnRef, Column]

    Permalink
    Definition Classes
    ObjectConcatHelpers
  37. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def freshIdScanner: CScanner { type A = Long }

    Permalink
    Definition Classes
    IdSourceScannerModule
  39. object fs

    Permalink
    Definition Classes
    VFSColumnarTableModule
  40. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. val idSource: FreshAtomicIdSource

    Permalink
    Definition Classes
    IdSourceScannerModule
  43. def ingest(path: Path, ingestion: Stream[Task, JValue]): EitherT[Task, ResourceError, Unit]

    Permalink
    Definition Classes
    VFSColumnarTableModule
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. def jdbmCommitInterval: Long

    Permalink
    Definition Classes
    ColumnarTableModule
  46. implicit def liftF1(f: F1): F1Like

    Permalink
    Definition Classes
    ColumnarTableModule → FNModule
  47. implicit def liftF2(f: F2): F2Like

    Permalink
    Definition Classes
    ColumnarTableModule → FNModule
  48. def liftToValues(trans: TransSpec1): TransSpec1

    Permalink
    Definition Classes
    TransSpecModule
  49. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  50. def makeTableTrans(tableTrans: TableTransSpec1): TransSpec1

    Permalink
    Definition Classes
    TransSpecModule
  51. val masterChef: ActorRef

    Permalink
    Definition Classes
    Precog → VFSColumnarTableModule
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. def newScratchDir(): File

    Permalink
    Definition Classes
    ColumnarTableModule
  54. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  56. def openDB(path: AFile): OptionT[Task, \/[ResourceError, NIHDB]]

    Permalink
    Definition Classes
    VFSColumnarTableModule
  57. def permissionsFinder: PermissionsFinder[Future]

    Permalink
  58. implicit def pimpMapUtils[A, B, CC[B] <: GenTraversable[B]](self: GenMap[A, CC[B]]): MapPimp[A, B, CC]

    Permalink
    Definition Classes
    MapUtils
  59. def rng: Random

    Permalink
    Definition Classes
    SamplableColumnarTableModule
  60. def shutdown: Future[Unit]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  63. object trans

    Permalink
    Definition Classes
    TransSpecModule
  64. def vfs: SerialVFS

    Permalink
    Definition Classes
    Precog → VFSColumnarTableModule
  65. final def wait(): Unit

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

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

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

Inherited from StdLibModule[Future]

Inherited from RandomLibModule[Future]

Inherited from RandomForestLibModule[Future]

Inherited from ClusteringLibModule[Future]

Inherited from AssignClusterModule[Future]

Inherited from ModelLibModule[Future]

Inherited from NormalizationLibModule[Future]

Inherited from NormalizationHelperModule[Future]

Inherited from SummaryLibModule[Future]

Inherited from StatsLibModule[Future]

Inherited from ReductionLibModule[Future]

Inherited from StringLibModule[Future]

Inherited from TypeLibModule[Future]

Inherited from MathLibModule[Future]

Inherited from ArrayLibModule[Future]

Inherited from UnaryLibModule[Future]

Inherited from InfixLibModule[Future]

Inherited from ColumnarTableLibModule[Future]

Inherited from TableLibModule[Future]

Inherited from VFSColumnarTableModule

Inherited from BlockStoreColumnarTableModule[Future]

Inherited from ColumnarTableModule[Future]

Inherited from IndicesModule[Future]

Inherited from Logging

Inherited from SamplableColumnarTableModule[Future]

Inherited from SamplableTableModule[Future]

Inherited from SliceTransforms[Future]

Inherited from MapUtils

Inherited from ArrayConcatHelpers

Inherited from ObjectConcatHelpers

Inherited from ConcatHelpers

Inherited from IdSourceScannerModule

Inherited from ColumnarTableTypes[Future]

Inherited from TableModule[Future]

Inherited from TransSpecModule

Inherited from FNModule

Inherited from AnyRef

Inherited from Any

Ungrouped