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[ZonedDateTime] 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. trait CFN extends CF

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

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

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

    Permalink
  26. 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.

  27. trait CReducer[A] extends AnyRef

    Permalink
  28. trait CScanner extends AnyRef

    Permalink
  29. trait CSchema extends AnyRef

    Permalink
  30. sealed trait Column extends AnyRef

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

    Permalink
  32. trait ColumnarTableModuleConfig extends AnyRef

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

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

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

    Permalink
  36. trait ConcatHelpers extends AnyRef

    Permalink
  37. trait DateColumn extends Column with (Int) ⇒ ZonedDateTime

    Permalink
  38. trait DefinedAtIndex extends AnyRef

    Permalink
  39. class DerefSlice extends Slice

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

    Permalink
  41. trait EmptyArrayColumn extends Column

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

    Permalink
  43. trait EmptyObjectColumn extends Column

    Permalink
  44. 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.

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

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

    Permalink
  47. class InfiniteColumn extends AnyRef

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

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

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

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

    Permalink
  52. class Map1Column extends AnyRef

    Permalink
  53. class Map2Column extends AnyRef

    Permalink
  54. class MemoBoolColumn extends BoolColumn

    Permalink
  55. class MemoDateColumn extends DateColumn

    Permalink
  56. class MemoDoubleColumn extends DoubleColumn

    Permalink
  57. class MemoLongColumn extends LongColumn

    Permalink
  58. class MemoNumColumn extends NumColumn

    Permalink
  59. class MemoStrColumn extends StrColumn

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

    Permalink
  61. abstract class ModUnionColumn extends Column

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

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

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

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

    Permalink
  66. trait NullColumn extends Column

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

    Permalink
  68. trait ObjectConcatHelpers extends ConcatHelpers

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

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

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

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

    Permalink
  73. class RangeColumn extends AnyRef

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

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

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

    Permalink
  77. trait RowComparator extends AnyRef

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

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

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

    Permalink
  81. trait Slice extends AnyRef

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

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

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

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

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

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

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

    Permalink

Ungrouped