Trait

quasar.yggdrasil.table

VFSColumnarTableModule

Related Doc: package table

Permalink

trait VFSColumnarTableModule extends BlockStoreColumnarTableModule[Future] with Logging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VFSColumnarTableModule
  2. BlockStoreColumnarTableModule
  3. ColumnarTableModule
  4. IndicesModule
  5. Logging
  6. SamplableColumnarTableModule
  7. SamplableTableModule
  8. SliceTransforms
  9. MapUtils
  10. ArrayConcatHelpers
  11. ObjectConcatHelpers
  12. ConcatHelpers
  13. IdSourceScannerModule
  14. ColumnarTableTypes
  15. TableModule
  16. TransSpecModule
  17. FNModule
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BlockStoreColumnarTableCompanion extends ColumnarTableCompanion

    Permalink
  2. abstract class ColumnarTable extends TableLike with SamplableColumnarTable

    Permalink
    Definition Classes
    ColumnarTableModule
  3. trait ColumnarTableCompanion extends TableCompanionLike

    Permalink
    Definition Classes
    ColumnarTableModule
  4. class ExternalTable extends Table

    Permalink
  5. type F1 = CF1

    Permalink
    Definition Classes
    ColumnarTableTypes
  6. trait F1Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  7. type F2 = CF2

    Permalink
    Definition Classes
    ColumnarTableTypes
  8. trait F2Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  9. abstract type GroupId

    Permalink
    Definition Classes
    TransSpecModule
  10. final case class GroupingAlignment(groupKeyLeftTrans: TransSpec1, groupKeyRightTrans: TransSpec1, left: GroupingSpec, right: GroupingSpec, alignment: Alignment) extends GroupingSpec with Product with Serializable

    Permalink
    Definition Classes
    TableModule
  11. final case class GroupingSource(table: Table, idTrans: TransSpec1, targetTrans: Option[TransSpec1], groupId: TableModule.GroupId, groupKeySpec: GroupKeySpec) extends GroupingSpec with Product with Serializable

    Permalink

    Definition for a single group set and its associated composite key part.

    Definition for a single group set and its associated composite key part.

    table

    The target set for the grouping

    targetTrans

    The key which will be used by merge to access a particular subset of the target

    groupKeySpec

    A composite union/intersect overlay on top of transspec indicating the composite key for this target set

    Definition Classes
    TableModule
  12. sealed trait GroupingSpec extends AnyRef

    Permalink
    Definition Classes
    TableModule
  13. class InternalTable extends Table

    Permalink

    InternalTables are tables that are *generally* small and fit in a single slice and are completely in-memory.

    InternalTables are tables that are *generally* small and fit in a single slice and are completely in-memory. Because they fit in memory, we are allowed more optimizations when doing things like joins.

    Definition Classes
    BlockStoreColumnarTableModule
  14. type Mapper = CMapper[Future]

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

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableModule
  16. type Reducer[α] = CReducer[α]

    Permalink
    Definition Classes
    ColumnarTableTypes
  17. type RowId = Int

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

    Permalink
    Definition Classes
    SamplableColumnarTableModule
  19. trait SamplableTable extends TableLike

    Permalink
    Definition Classes
    SamplableTableModule
  20. type Scanner = CScanner

    Permalink
    Definition Classes
    ColumnarTableTypes
  21. class SingletonTable extends Table

    Permalink
  22. class SliceIndex extends AnyRef

    Permalink

    Provide fast access to a subslice based on one or more group key values.

    Provide fast access to a subslice based on one or more group key values.

    The SliceIndex currently uses in-memory data structures, although this will have to change eventually. A "group key value" is defined as an (Int, RValue). The Int part corresponds to the key in the sequence of transforms used to build the index, and the RValue part corresponds to the value we want the key to have.

    SliceIndex is able to create subslices without rescanning the underlying slice due to the fact that it already knows which rows are valid for particular key combinations. For best results valueSlice should already be materialized.

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SliceTransforms
  25. abstract class Table extends ColumnarTable

    Permalink
  26. abstract type TableCompanion <: BlockStoreColumnarTableCompanion

    Permalink
  27. trait TableCompanionLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  28. class TableIndex extends AnyRef

    Permalink
    Definition Classes
    IndicesModule
  29. trait TableLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  30. case class TableMetrics(startCount: Int, sliceTraversedCount: Int) extends Product with Serializable

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

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

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

    Permalink
    Definition Classes
    TransSpecModule
  34. trait VFSColumnarTableCompanion extends BlockStoreColumnarTableCompanion

    Permalink

Abstract Value Members

  1. abstract def CookThreshold: Int

    Permalink
  2. implicit abstract def M: Monad[Future]

    Permalink
    Definition Classes
    ColumnarTableModuleTableModule
  3. abstract def StorageTimeout: FiniteDuration

    Permalink
  4. abstract val Table: TableCompanion

    Permalink
    Definition Classes
    TableModule
  5. abstract def actorSystem: ActorSystem

    Permalink
  6. abstract def masterChef: ActorRef

    Permalink
  7. abstract def vfs: SerialVFS

    Permalink

Concrete 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 GroupingSpec

    Permalink
    Definition Classes
    TableModule
  5. final def InMemoryLimit: Long

    Permalink
    Definition Classes
    IndicesModule
  6. object SliceIndex

    Permalink
    Definition Classes
    IndicesModule
  7. object SliceTransform

    Permalink
    Attributes
    protected
    Definition Classes
    SliceTransforms
  8. object SliceTransform1

    Permalink
    Definition Classes
    SliceTransforms
  9. object SliceTransform2

    Permalink
    Definition Classes
    SliceTransforms
  10. object TableIndex

    Permalink
    Definition Classes
    IndicesModule
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. lazy val blockModuleLogger: Logger

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

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

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

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

    Permalink
    Definition Classes
    ObjectConcatHelpers
  17. 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
  18. def buildInnerBits(leftEmptyBits: BitSet, rightEmptyBits: BitSet, leftDefinedBits: BitSet, rightDefinedBits: BitSet): (BitSet, BitSet)

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

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

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

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

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

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

    Permalink
  25. def createDB(path: AFile): Task[\/[ResourceError, (Blob, Version, NIHDB)]]

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def flush(path: AFile): Task[Unit]

    Permalink
  35. def freshIdScanner: CScanner { type A = Long }

    Permalink
    Definition Classes
    IdSourceScannerModule
  36. object fs

    Permalink
  37. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. val idSource: blueeyes.FreshAtomicIdSource

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

    Permalink
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def jdbmCommitInterval: Long

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

    Permalink
    Definition Classes
    ColumnarTableModuleFNModule
  44. implicit def liftF2(f: F2): F2Like

    Permalink
    Definition Classes
    ColumnarTableModuleFNModule
  45. def liftToValues(trans: TransSpec1): TransSpec1

    Permalink
    Definition Classes
    TransSpecModule
  46. val log: Logger

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

    Permalink
    Definition Classes
    TransSpecModule
  48. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    MapUtils
  54. def rng: Random

    Permalink
    Definition Classes
    SamplableColumnarTableModule
  55. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  57. object trans

    Permalink
    Definition Classes
    TransSpecModule
  58. final def wait(): Unit

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

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

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

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