Trait/Object

quasar.yggdrasil.table

ColumnarTableModule

Related Docs: object ColumnarTableModule | package table

Permalink

trait ColumnarTableModule[M[+_]] extends TableModule[M] with ColumnarTableTypes[M] with IdSourceScannerModule with SliceTransforms[M] with SamplableColumnarTableModule[M] with IndicesModule[M]

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

Type Members

  1. abstract class ColumnarTable extends TableLike with SamplableColumnarTable

    Permalink
  2. trait ColumnarTableCompanion extends TableCompanionLike

    Permalink
  3. type F1 = CF1

    Permalink
    Definition Classes
    ColumnarTableTypes
  4. trait F1Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  5. type F2 = CF2

    Permalink
    Definition Classes
    ColumnarTableTypes
  6. trait F2Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  7. abstract type GroupId

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

    Permalink
    Definition Classes
    TableModule
  9. 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
  10. sealed trait GroupingSpec extends AnyRef

    Permalink
    Definition Classes
    TableModule
  11. type Mapper = CMapper[M]

    Permalink
    Definition Classes
    ColumnarTableTypes
  12. type Reducer[α] = CReducer[α]

    Permalink
    Definition Classes
    ColumnarTableTypes
  13. type RowId = Int

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

    Permalink
    Definition Classes
    SamplableColumnarTableModule
  15. trait SamplableTable extends TableLike

    Permalink
    Definition Classes
    SamplableTableModule
  16. type Scanner = CScanner

    Permalink
    Definition Classes
    ColumnarTableTypes
  17. 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
  18. sealed trait SliceTransform1[A] extends AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    SliceTransforms
  20. abstract type Table <: ColumnarTable

    Permalink
  21. abstract type TableCompanion <: ColumnarTableCompanion

    Permalink
    Definition Classes
    ColumnarTableModuleTableModule
  22. trait TableCompanionLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  23. class TableIndex extends AnyRef

    Permalink
    Definition Classes
    IndicesModule
  24. trait TableLike extends AnyRef

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

    Permalink
  26. type TableTransSpec[+A <: SourceType] = Map[CPathField, TransSpec[A]]

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

    Permalink
    Definition Classes
    TransSpecModule
  28. 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 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. def buildConstantWrapSpec[A <: SourceType](source: TransSpec[A]): TransSpec[A]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ArrayConcatHelpers
  23. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  36. def jdbmCommitInterval: Long

    Permalink
  37. implicit def liftF1(f: F1): F1Like

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

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

    Permalink
    Definition Classes
    TransSpecModule
  40. val log: Logger

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

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

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

    Permalink
  44. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    MapUtils
  47. def rng: Random

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  50. object trans

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

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

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

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

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