Trait

quasar.yggdrasil.table

SliceColumnarTableModule

Related Doc: package table

Permalink

trait SliceColumnarTableModule[M[+_]] extends BlockStoreColumnarTableModule[M] with ProjectionModule[M, Slice]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SliceColumnarTableModule
  2. ProjectionModule
  3. BlockStoreColumnarTableModule
  4. ColumnarTableModule
  5. IndicesModule
  6. Logging
  7. SamplableColumnarTableModule
  8. SamplableTableModule
  9. SliceTransforms
  10. MapUtils
  11. ArrayConcatHelpers
  12. ObjectConcatHelpers
  13. ConcatHelpers
  14. IdSourceScannerModule
  15. ColumnarTableTypes
  16. TableModule
  17. TransSpecModule
  18. FNModule
  19. AnyRef
  20. 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[M]

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

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableModule
  16. abstract type Projection <: ProjectionLike[M, Slice]

    Permalink
    Definition Classes
    ProjectionModule
  17. abstract type ProjectionCompanion <: ProjectionCompanionLike[M]

    Permalink
    Definition Classes
    ProjectionModule
  18. trait ProjectionCompanionLike[M0[+_]] extends AnyRef

    Permalink
    Definition Classes
    ProjectionModule
  19. type Reducer[α] = CReducer[α]

    Permalink
    Definition Classes
    ColumnarTableTypes
  20. type RowId = Int

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

    Permalink
    Definition Classes
    SamplableColumnarTableModule
  22. trait SamplableTable extends TableLike

    Permalink
    Definition Classes
    SamplableTableModule
  23. type Scanner = CScanner

    Permalink
    Definition Classes
    ColumnarTableTypes
  24. class SingletonTable extends Table

    Permalink
  25. trait SliceColumnarTableCompanion extends BlockStoreColumnarTableCompanion

    Permalink
  26. 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
  27. sealed trait SliceTransform1[A] extends AnyRef

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

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

    Permalink
  30. abstract type TableCompanion <: SliceColumnarTableCompanion

    Permalink
  31. trait TableCompanionLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  32. class TableIndex extends AnyRef

    Permalink
    Definition Classes
    IndicesModule
  33. trait TableLike extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    TransSpecModule

Abstract Value Members

  1. implicit abstract def M: Monad[M]

    Permalink
    Definition Classes
    ColumnarTableModuleTableModule
  2. abstract def Projection: ProjectionCompanion

    Permalink
    Definition Classes
    ProjectionModule
  3. abstract val Table: TableCompanion

    Permalink
    Definition Classes
    TableModule

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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IdSourceScannerModule
  33. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    IdSourceScannerModule
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def jdbmCommitInterval: Long

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

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

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

    Permalink
    Definition Classes
    TransSpecModule
  41. val log: Logger

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

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

    Permalink
    Definition Classes
    AnyRef
  44. def newScratchDir(): blueeyes.File

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

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

    Permalink
    Definition Classes
    AnyRef
  47. implicit def pimpMapUtils[A, B, CC[B] <: GenTraversable[B]](self: GenMap[A, CC[B]]): MapPimp[A, B, CC]

    Permalink
    Definition Classes
    MapUtils
  48. def rng: Random

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. object trans

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

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

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

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

Inherited from ProjectionModule[M, Slice]

Inherited from BlockStoreColumnarTableModule[M]

Inherited from ColumnarTableModule[M]

Inherited from IndicesModule[M]

Inherited from Logging

Inherited from SamplableColumnarTableModule[M]

Inherited from SamplableTableModule[M]

Inherited from SliceTransforms[M]

Inherited from MapUtils

Inherited from ArrayConcatHelpers

Inherited from ObjectConcatHelpers

Inherited from ConcatHelpers

Inherited from IdSourceScannerModule

Inherited from ColumnarTableTypes[M]

Inherited from TableModule[M]

Inherited from TransSpecModule

Inherited from FNModule

Inherited from AnyRef

Inherited from Any

Ungrouped