Packages

t

lamp.table

RelationalAlgebra

trait RelationalAlgebra extends AnyRef

Self Type
Table
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelationalAlgebra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(name: String): Column
  5. def apply(idx: Int): Column
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bind(fn: (Table) => Table): Table
  8. def bind(col: Column): Table
  9. def bind(other: Table): Table
  10. def bindWithName(col: Column, name: String): Table
  11. def chunkedProduct(other: Table, chunkSize: Int = 5000): Resource[IO, List[Resource[IO, Table]]]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def col(name: String): Column
  14. def colAt(idx: Int*): Table
  15. def colAt(idx: Int): Column
  16. def cols(names: String*): Table
  17. def colsAt(idx: Int*): Table
  18. def cross(other: Table)(implicit scope: Scope): Table
  19. def distinct(implicit scope: Scope): Table
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def equifilter[A](p: (TableExpression) => EquExpression[A])(implicit scope: Scope): Table
  23. def equijoin[IndexType](col: ColumnSelection, other: Table, otherCol: ColumnSelection, how: JoinType)(implicit scope: Scope): Table
  24. def equijoin(col: ColumnSelection, other: Column, how: JoinType)(implicit scope: Scope): Table
  25. def extend(other: Column): Table
  26. def extend(other: Table): Table
  27. def extend(fn: (Table) => Table): Table
  28. def filter(predicate: Column)(implicit scope: Scope): Table
  29. def filter(p: (Table) => Column)(implicit scope: Scope): Table
  30. def firstCol(name: String): Column
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  32. def groupBy[S](cols: ColumnSelection*)(implicit arg0: Sc[S]): TableWithGroups
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def join(other: Table, chunkSize: Int = 5000, parallelism: Int = 8)(theta: (Table) => Column)(implicit scope: Scope): Table
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def product(other: Table)(implicit scope: Scope): Table
  40. def project(name: String*): Table
  41. def remove(s: String): Table
  42. def remove(s: Int): Table
  43. def remove(s: Int*): Table
  44. def rename(i: Int, s: String): Table
  45. def resolveColumnIdx(cs: ColumnSelection): Int
  46. def restrict(p: (Table) => Column)(implicit scope: Scope): Table
  47. def restrict(predicate: Column)(implicit scope: Scope): Table
  48. def select(p: (Table) => Column)(implicit scope: Scope): Table
  49. def select(predicate: Column)(implicit scope: Scope): Table
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def union[S](others: Table*)(implicit arg0: Sc[S]): Table
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. def withoutCol(s: Int): Table
  57. def withoutCol(s: Set[Int]): Table

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped