Package

quasar.yggdrasil

table

Permalink

package table

Visibility
  1. Public
  2. All

Type Members

  1. class AndLotsColumn extends UnionLotsColumn[BoolColumn] with BoolColumn

    Permalink
  2. class ArrayBoolColumn extends ArrayColumn[Boolean] with BoolColumn

    Permalink
  3. trait ArrayColumn[A] extends DefinedAtIndex with ExtensibleColumn

    Permalink
  4. trait ArrayConcatHelpers extends ConcatHelpers

    Permalink
  5. class ArrayDateColumn extends ArrayColumn[LocalDateTime] with DateColumn

    Permalink
  6. class ArrayDoubleColumn extends ArrayColumn[Double] with DoubleColumn

    Permalink
  7. class ArrayHomogeneousArrayColumn[A] extends HomogeneousArrayColumn[A] with ArrayColumn[Array[A]]

    Permalink
  8. class ArrayLongColumn extends ArrayColumn[Long] with LongColumn

    Permalink
  9. trait ArrayMapperS[M[+_]] extends CMapperS[M]

    Permalink
  10. class ArrayNumColumn extends ArrayColumn[BigDecimal] with NumColumn

    Permalink
  11. class ArrayPeriodColumn extends ArrayColumn[blueeyes.Period] with PeriodColumn

    Permalink
  12. abstract class ArraySetColumn[T <: Column] extends AnyRef

    Permalink
  13. class ArrayStrColumn extends ArrayColumn[String] with StrColumn

    Permalink
  14. class BitsetColumn extends AnyRef

    Permalink
  15. trait BlockStoreColumnarTableModule[M[+_]] extends ColumnarTableModule[M]

    Permalink
  16. trait BlockStoreColumnarTableModuleConfig extends AnyRef

    Permalink
  17. trait BoolColumn extends Column with (Int) ⇒ Boolean

    Permalink
  18. trait CF extends AnyRef

    Permalink
  19. trait CF1 extends CF

    Permalink
  20. trait CF2 extends CF

    Permalink
  21. sealed trait CFId extends AnyRef

    Permalink
  22. sealed trait CMapper[M[+_]] extends AnyRef

    Permalink
  23. trait CMapperM[M[+_]] extends CMapper[M]

    Permalink
  24. trait CMapperS[M[+_]] extends CMapper[M]

    Permalink
  25. sealed trait CPathTraversal extends AnyRef

    Permalink

    Represents a way to traverse a list of CPaths in sorted order.

    Represents a way to traverse a list of CPaths in sorted order. This takes into account mixes of homogeneous and heterogeneous arrays.

  26. trait CReducer[A] extends AnyRef

    Permalink
  27. trait CScanner extends AnyRef

    Permalink
  28. trait CSchema extends AnyRef

    Permalink
  29. sealed trait Column extends AnyRef

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

    Permalink
  31. trait ColumnarTableModuleConfig extends AnyRef

    Permalink
  32. trait ColumnarTableTypes[M[+_]] extends AnyRef

    Permalink
  33. case class ComposedCFId(l: CFId, r: CFId) extends CFId with Product with Serializable

    Permalink
  34. class ConcatColumn[T <: Column] extends AnyRef

    Permalink
  35. trait ConcatHelpers extends AnyRef

    Permalink
  36. trait DateColumn extends Column with (Int) ⇒ LocalDateTime

    Permalink
  37. trait DefinedAtIndex extends AnyRef

    Permalink
  38. class DerefSlice extends Slice

    Permalink
  39. trait DoubleColumn extends Column with (Int) ⇒ Double

    Permalink
  40. trait EmptyArrayColumn extends Column

    Permalink
  41. class EmptyColumn[T <: Column] extends AnyRef

    Permalink
  42. trait EmptyObjectColumn extends Column

    Permalink
  43. final class HashedSlice extends AnyRef

    Permalink

    Creates an efficient hash for a slice.

    Creates an efficient hash for a slice. From this, when given another slice, we can map rows from that slice to rows in the hashed slice.

  44. trait HomogeneousArrayColumn[A] extends Column with (Int) ⇒ Array[A]

    Permalink
  45. trait IndicesModule[M[+_]] extends Logging with TransSpecModule with ColumnarTableTypes[M] with SliceTransforms[M]

    Permalink
  46. class InfiniteColumn extends AnyRef

    Permalink
  47. class IntersectColumn[T <: Column] extends AnyRef

    Permalink
  48. class IntersectLotsColumn[T <: Column] extends AnyRef

    Permalink
  49. case class LeafCFId(identity: String) extends CFId with Product with Serializable

    Permalink
  50. trait LongColumn extends Column with (Int) ⇒ Long

    Permalink
  51. class Map1Column extends AnyRef

    Permalink
  52. class Map2Column extends AnyRef

    Permalink
  53. class MemoBoolColumn extends BoolColumn

    Permalink
  54. class MemoDateColumn extends DateColumn

    Permalink
  55. class MemoDoubleColumn extends DoubleColumn

    Permalink
  56. class MemoLongColumn extends LongColumn

    Permalink
  57. class MemoNumColumn extends NumColumn

    Permalink
  58. class MemoStrColumn extends StrColumn

    Permalink
  59. case class MmixPrng(_seed: Long) extends Product with Serializable

    Permalink
  60. abstract class ModUnionColumn extends Column

    Permalink
  61. class MutableEmptyArrayColumn extends ArrayColumn[Boolean] with EmptyArrayColumn

    Permalink
  62. class MutableEmptyObjectColumn extends ArrayColumn[Boolean] with EmptyObjectColumn

    Permalink
  63. class MutableNullColumn extends ArrayColumn[Boolean] with NullColumn

    Permalink
  64. class NConcatColumn[T <: Column] extends AnyRef

    Permalink
  65. trait NullColumn extends Column

    Permalink
  66. trait NumColumn extends Column with (Int) ⇒ BigDecimal

    Permalink
  67. trait ObjectConcatHelpers extends ConcatHelpers

    Permalink
  68. class OrLotsColumn extends UnionLotsColumn[BoolColumn] with BoolColumn

    Permalink
  69. case class PartialLeftCFId(cv: CValue, r: CFId) extends CFId with Product with Serializable

    Permalink
  70. case class PartialRightCFId(l: CFId, cv: CValue) extends CFId with Product with Serializable

    Permalink
  71. trait PeriodColumn extends Column with (Int) ⇒ blueeyes.Period

    Permalink
  72. class RangeColumn extends AnyRef

    Permalink
  73. class RemapColumn[T <: Column] extends AnyRef

    Permalink
  74. class RemapFilterColumn[T <: Column] extends AnyRef

    Permalink
  75. class RemapIndicesColumn[T <: Column] extends AnyRef

    Permalink
  76. trait RowComparator extends AnyRef

    Permalink
  77. trait SamplableColumnarTableModule[M[+_]] extends SamplableTableModule[M]

    Permalink
  78. trait SamplableTableModule[M[+_]] extends TableModule[M]

    Permalink
  79. class ShiftColumn[T <: Column] extends AnyRef

    Permalink
  80. trait Slice extends AnyRef

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

    Permalink
  82. trait SliceTransforms[M[+_]] extends TableModule[M] with ColumnarTableTypes[M] with ObjectConcatHelpers with ArrayConcatHelpers with MapUtils

    Permalink
  83. class SparsenColumn[T <: Column] extends AnyRef

    Permalink
  84. trait StrColumn extends Column with (Int) ⇒ String

    Permalink
  85. class UnionColumn[T <: Column] extends AnyRef

    Permalink
  86. class UnionLotsColumn[T <: Column] extends AnyRef

    Permalink
  87. trait VFSColumnarTableModule extends BlockStoreColumnarTableModule[Future] with Logging

    Permalink

Ungrouped