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], 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. ReductionLibModule
  5. StringLibModule
  6. TypeLibModule
  7. MathLibModule
  8. ArrayLibModule
  9. UnaryLibModule
  10. InfixLibModule
  11. ColumnarTableLibModule
  12. TableLibModule
  13. VFSColumnarTableModule
  14. BlockStoreColumnarTableModule
  15. ColumnarTableModule
  16. IndicesModule
  17. Logging
  18. SamplableColumnarTableModule
  19. SamplableTableModule
  20. SliceTransforms
  21. MapUtils
  22. ArrayConcatHelpers
  23. ObjectConcatHelpers
  24. ConcatHelpers
  25. IdSourceScannerModule
  26. ColumnarTableTypes
  27. TableModule
  28. TransSpecModule
  29. FNModule
  30. AnyRef
  31. 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 BlockStoreColumnarTableCompanion extends yggdrasil.table.BlockStoreColumnarTableModule.ColumnarTableCompanion

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  3. abstract class ColumnarTable extends yggdrasil.table.ColumnarTableModule.TableLike with yggdrasil.table.ColumnarTableModule.SamplableColumnarTable

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

    Permalink
    Definition Classes
    ColumnarTableModule
  5. trait ColumnarTableLib extends TableLib

    Permalink
    Definition Classes
    ColumnarTableLibModule
  6. class ExternalTable extends Table

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  7. type F1 = CF1

    Permalink
    Definition Classes
    ColumnarTableTypes
  8. trait F1Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  9. type F2 = CF2

    Permalink
    Definition Classes
    ColumnarTableTypes
  10. trait F2Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  11. abstract type GroupId

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

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

    Permalink
    Definition Classes
    TableModule
  14. sealed trait GroupingSpec extends AnyRef

    Permalink
    Definition Classes
    TableModule
  15. trait InfixLib extends ColumnarTableLib

    Permalink
    Definition Classes
    InfixLibModule
  16. class InternalTable extends Table

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableModule
  21. trait MorphLogger extends AnyRef

    Permalink
    Definition Classes
    TableLibModule
  22. trait RandomLib extends ColumnarTableLib

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

    Permalink
    Definition Classes
    ColumnarTableTypes
  24. trait ReductionLib extends ColumnarTableLib

    Permalink
    Definition Classes
    ReductionLibModule
  25. type RowId = Int

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

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

    Permalink
    Definition Classes
    SamplableTableModule
  28. type Scanner = CScanner

    Permalink
    Definition Classes
    ColumnarTableTypes
  29. class SingletonTable extends Table

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  30. class SliceIndex extends AnyRef

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SliceTransforms
  33. trait StdLib extends InfixLib with UnaryLib with ArrayLib with MathLib with TypeLib with StringLib with ReductionLib with RandomLib

    Permalink
    Definition Classes
    StdLibModule
  34. trait StringLib extends ColumnarTableLib

    Permalink
    Definition Classes
    StringLibModule
  35. abstract class Table extends yggdrasil.table.BlockStoreColumnarTableModule.ColumnarTable

    Permalink
    Definition Classes
    BlockStoreColumnarTableModule
  36. sealed trait TableCompanion extends VFSColumnarTableCompanion

    Permalink
  37. trait TableCompanionLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  38. class TableIndex extends AnyRef

    Permalink
    Definition Classes
    IndicesModule
  39. trait TableLib extends Library

    Permalink
    Definition Classes
    TableLibModule
  40. trait TableLike extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    TransSpecModule
  45. trait TypeLib extends ColumnarTableLib

    Permalink
    Definition Classes
    TypeLibModule
  46. trait UnaryLib extends ColumnarTableLib

    Permalink
    Definition Classes
    UnaryLibModule
  47. 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 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