Trait

quasar.yggdrasil.table

VFSColumnarTableModule

Related Doc: package table

Permalink

trait VFSColumnarTableModule extends BlockStoreColumnarTableModule[Future] with SecureVFSModule[Future, Slice] with AskSupport with Logging

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

Type Members

  1. trait BlobResource extends Resource

    Permalink
    Definition Classes
    VFSModule
  2. trait BlockStoreColumnarTableCompanion extends ColumnarTableCompanion

    Permalink
  3. abstract class ColumnarTable extends TableLike with SamplableColumnarTable

    Permalink
    Definition Classes
    ColumnarTableModule
  4. trait ColumnarTableCompanion extends TableCompanionLike

    Permalink
    Definition Classes
    ColumnarTableModule
  5. class ExternalTable extends Table

    Permalink
  6. type F1 = CF1

    Permalink
    Definition Classes
    ColumnarTableTypes
  7. trait F1Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  8. type F2 = CF2

    Permalink
    Definition Classes
    ColumnarTableTypes
  9. trait F2Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  10. abstract type GroupId

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

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

    Permalink
    Definition Classes
    TableModule
  14. 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
  15. type Mapper = CMapper[Future]

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

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

    Permalink
    Definition Classes
    VFSModule
  18. trait ProjectionResource extends Resource

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

    Permalink
    Definition Classes
    ColumnarTableTypes
  20. sealed trait Resource extends AnyRef

    Permalink
    Definition Classes
    VFSModule
  21. type RowId = Int

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

    Permalink
    Definition Classes
    SamplableColumnarTableModule
  23. trait SamplableTable extends TableLike

    Permalink
    Definition Classes
    SamplableTableModule
  24. type Scanner = CScanner

    Permalink
    Definition Classes
    ColumnarTableTypes
  25. class SecureVFS extends VFSMetadata[M]

    Permalink
    Definition Classes
    SecureVFSModule
  26. class SingletonTable extends Table

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SliceTransforms
  30. case class StoredQueryResult(data: StreamT[M, Block], cachedAt: Option[Instant], cachingJob: Option[JobId]) extends Product with Serializable

    Permalink
    Definition Classes
    SecureVFSModule
  31. abstract class Table extends ColumnarTable

    Permalink
  32. abstract type TableCompanion <: BlockStoreColumnarTableCompanion

    Permalink
  33. trait TableCompanionLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  34. class TableIndex extends AnyRef

    Permalink
    Definition Classes
    IndicesModule
  35. trait TableLike extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    TransSpecModule
  40. abstract class VFS extends AnyRef

    Permalink

    VFS is an unsecured interface to the virtual filesystem; validation must be performed higher in the stack.

    VFS is an unsecured interface to the virtual filesystem; validation must be performed higher in the stack.

    Definition Classes
    VFSModule
  41. trait VFSColumnarTableCompanion extends BlockStoreColumnarTableCompanion

    Permalink
  42. abstract type VFSCompanion <: VFSCompanionLike

    Permalink
    Definition Classes
    VFSModule
  43. trait VFSCompanionLike extends AnyRef

    Permalink
    Definition Classes
    VFSModule

Abstract Value Members

  1. implicit abstract def M: Monad[Future]

    Permalink
    Definition Classes
    ColumnarTableModuleTableModule
  2. abstract val Table: TableCompanion

    Permalink
    Definition Classes
    TableModule
  3. abstract def VFS: VFSCompanion

    Permalink
    Definition Classes
    VFSModule
  4. abstract def vfs: SecureVFS

    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 Resource

    Permalink
    Definition Classes
    VFSModule
  7. object SliceIndex

    Permalink
    Definition Classes
    IndicesModule
  8. object SliceTransform

    Permalink
    Attributes
    protected
    Definition Classes
    SliceTransforms
  9. object SliceTransform1

    Permalink
    Definition Classes
    SliceTransforms
  10. object SliceTransform2

    Permalink
    Definition Classes
    SliceTransforms
  11. object TableIndex

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

    Permalink
    Definition Classes
    Any
  13. def ask(actorSelection: ActorSelection, message: Any, sender: ActorRef)(implicit timeout: Timeout): Future[Any]

    Permalink
    Definition Classes
    AskSupport
  14. def ask(actorSelection: ActorSelection, message: Any)(implicit timeout: Timeout): Future[Any]

    Permalink
    Definition Classes
    AskSupport
  15. implicit def ask(actorSelection: ActorSelection): AskableActorSelection

    Permalink
    Definition Classes
    AskSupport
  16. def ask(actorRef: ActorRef, message: Any, sender: ActorRef)(implicit timeout: Timeout): Future[Any]

    Permalink
    Definition Classes
    AskSupport
  17. def ask(actorRef: ActorRef, message: Any)(implicit timeout: Timeout): Future[Any]

    Permalink
    Definition Classes
    AskSupport
  18. implicit def ask(actorRef: ActorRef): AskableActorRef

    Permalink
    Definition Classes
    AskSupport
  19. lazy val blockModuleLogger: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  44. def jdbmCommitInterval: Long

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

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

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

    Permalink
    Definition Classes
    TransSpecModule
  48. val log: Logger

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

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

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

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

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

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

    Permalink
    Definition Classes
    MapUtils
  55. def rng: Random

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  58. object trans

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

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

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

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

Inherited from AskSupport

Inherited from SecureVFSModule[Future, Slice]

Inherited from VFSModule[Future, Slice]

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