Trait

quasar.mimir.Precog

TableCompanion

Related Doc: package Precog

Permalink

sealed trait TableCompanion extends VFSColumnarTableCompanion

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableCompanion
  2. VFSColumnarTableCompanion
  3. BlockStoreColumnarTableCompanion
  4. ColumnarTableCompanion
  5. TableCompanionLike
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class IndexKey extends Product with Serializable

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  2. type IndexMap = Map[IndexKey, SliceSorter]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  3. type IndexStore = SortedMap[SortingKey, Array[Byte]]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  4. case class JDBMState extends Product with Serializable

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  5. case class SliceIndex extends SliceSorter with Product with Serializable

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  6. sealed trait SliceSorter extends AnyRef

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  7. type SortBlockData = BlockProjectionData[SortingKey, Slice]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  8. case class SortedSlice extends SliceSorter with Product with Serializable

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  9. type SortingKey = Array[Byte]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  10. case class WriteState extends Product with Serializable

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion

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. def addGlobalId(spec: TransSpec1): Scan[Source1]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  5. def align(sourceLeft: Precog.Table, alignOnL: TransSpec1, sourceRight: Precog.Table, alignOnR: TransSpec1): Future[(Precog.Table, Precog.Table)]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion → TableCompanionLike
  6. def apply(slices: StreamT[Future, Slice], size: TableSize): Precog.Table

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion → ColumnarTableCompanion
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def constBoolean(v: Set[Boolean]): Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  10. def constDate(v: Set[LocalDateTime]): Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  11. def constDecimal(v: Set[BigDecimal]): Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  12. def constDouble(v: Set[Double]): Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  13. def constEmptyArray: Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  14. def constEmptyObject: Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  15. def constLong(v: Set[Long]): Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  16. def constNull: Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  17. def constString(v: Set[String]): Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  18. def cross(left: Precog.Table, right: Precog.Table, orderHint: Option[CrossOrder])(spec: TransSpec2): Future[(CrossOrder, Precog.Table)]

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  19. def empty: Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def fromRValues(values: Stream[RValue], maxSliceSize: Option[Int]): Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. implicit def groupIdShow: Show[Precog.GroupId]

    Permalink
    Definition Classes
    ColumnarTableCompanion
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  28. def join(left0: Precog.Table, right0: Precog.Table, orderHint: Option[JoinOrder])(leftKeySpec: TransSpec1, rightKeySpec: TransSpec1, joinSpec: TransSpec2): Future[(JoinOrder, Precog.Table)]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion → ColumnarTableCompanion → TableCompanionLike
  29. def load(table: Precog.Table, apiKey: APIKey, tpe: JType): EitherT[Future, ResourceError, Precog.Table]

    Permalink
    Definition Classes
    VFSColumnarTableCompanion → BlockStoreColumnarTableCompanion
  30. def loadTable(mergeEngine: Precog.MergeEngine[SortingKey, SortBlockData], indices: IndexMap, sortOrder: DesiredSortOrder): Precog.Table

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  31. def merge[N[+_]](grouping: Precog.GroupingSpec)(body: (RValue, (Precog.GroupId) ⇒ Future[Precog.Table]) ⇒ N[Precog.Table])(implicit nt: ~>[N, Future]): Future[Precog.Table]

    Permalink
    Definition Classes
    ColumnarTableCompanion → TableCompanionLike
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def pathsM(table: Precog.Table): Future[Set[Path]]

    Permalink
    Attributes
    protected
    Definition Classes
    ColumnarTableCompanion
  36. def reduceSlices(slices: StreamT[Future, Slice]): StreamT[Future, Slice]

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableCompanion
  37. def singleton(slice: Slice): Precog.SingletonTable

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion → ColumnarTableCompanion
  38. lazy val sortMergeEngine: Precog.MergeEngine[SortingKey, SortBlockData]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. def transformStream[A](sliceTransform: Precog.SliceTransform1[A], slices: StreamT[Future, Slice]): StreamT[Future, Slice]

    Permalink
    Definition Classes
    ColumnarTableCompanion
  42. def uniformDistribution(init: MmixPrng): Precog.Table

    Permalink
    Definition Classes
    ColumnarTableCompanion
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def writeAlignedSlices(kslice: Slice, vslice: Slice, jdbmState: JDBMState, indexNamePrefix: String, sortOrder: DesiredSortOrder): Future[JDBMState]

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableCompanion
  47. def writeRawSlices(kslice: Slice, sortOrder: DesiredSortOrder, vslice: Slice, vrefs: List[ColumnRef], vEncoder: ColumnEncoder, indexNamePrefix: String, jdbmState: JDBMState): Future[JDBMState]

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableCompanion
  48. def writeSlice(slice: Slice, state: WriteState, sortOrder: DesiredSortOrder, source: String): Future[WriteState]

    Permalink
    Attributes
    protected
    Definition Classes
    BlockStoreColumnarTableCompanion
  49. def writeTables(slices: StreamT[Future, Slice], valueTrans: Precog.SliceTransform1[_], keyTrans: Seq[Precog.SliceTransform1[_]], sortOrder: DesiredSortOrder): Future[(List[String], IndexMap)]

    Permalink
    Definition Classes
    BlockStoreColumnarTableCompanion

Inherited from Precog.TableCompanionLike

Inherited from AnyRef

Inherited from Any

Ungrouped