Trait

quasar.yggdrasil.table

SamplableColumnarTableModule

Related Doc: package table

Permalink

trait SamplableColumnarTableModule[M[+_]] extends SamplableTableModule[M]

Self Type
ColumnarTableModule[M] with SliceTransforms[M]
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SamplableColumnarTableModule
  2. SamplableTableModule
  3. TableModule
  4. TransSpecModule
  5. FNModule
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type F1

    Permalink
    Definition Classes
    FNModule
  2. trait F1Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  3. abstract type F2

    Permalink
    Definition Classes
    FNModule
  4. trait F2Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  5. abstract type GroupId

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

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

    Permalink
    Definition Classes
    TableModule
  9. abstract type Mapper

    Permalink
    Definition Classes
    TransSpecModule
  10. abstract type Reducer[α]

    Permalink
    Definition Classes
    TableModule
  11. trait SamplableColumnarTable extends (SamplableColumnarTableModule.this)#SamplableTable

    Permalink
  12. trait SamplableTable extends TableLike

    Permalink
    Definition Classes
    SamplableTableModule
  13. abstract type Scanner

    Permalink
    Definition Classes
    TransSpecModule
  14. abstract type Table <: (SamplableColumnarTableModule.this)#ColumnarTable with (SamplableColumnarTableModule.this)#SamplableTable

    Permalink
  15. abstract type TableCompanion <: (SamplableColumnarTableModule.this)#TableCompanionLike

    Permalink
    Definition Classes
    TableModule
  16. trait TableCompanionLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  17. trait TableLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  18. abstract type TableMetrics

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

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

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

    Permalink
    Definition Classes
    TransSpecModule

Abstract Value Members

  1. implicit abstract def M: Monad[M]

    Permalink
    Definition Classes
    TableModule
  2. abstract val Table: (SamplableColumnarTableModule.this)#TableCompanion

    Permalink
    Definition Classes
    TableModule
  3. implicit abstract def liftF1(f1: (SamplableColumnarTableModule.this)#F1): (SamplableColumnarTableModule.this)#F1Like

    Permalink
    Definition Classes
    FNModule
  4. implicit abstract def liftF2(f2: (SamplableColumnarTableModule.this)#F2): (SamplableColumnarTableModule.this)#F2Like

    Permalink
    Definition Classes
    FNModule

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 asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def buildConstantWrapSpec[A <: SourceType](source: TransSpec[A]): TransSpec[A]

    Permalink
    Definition Classes
    TransSpecModule
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def liftToValues(trans: TransSpec1): TransSpec1

    Permalink
    Definition Classes
    TransSpecModule
  15. def makeTableTrans(tableTrans: (SamplableColumnarTableModule.this)#TableTransSpec1): TransSpec1

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

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. def rng: Random

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. object trans

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

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

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

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

Inherited from SamplableTableModule[M]

Inherited from TableModule[M]

Inherited from TransSpecModule

Inherited from FNModule

Inherited from AnyRef

Inherited from Any

Ungrouped