trait RelationalAlgebra extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- RelationalAlgebra
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(name: String): Column
- def apply(idx: Int): Column
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind(fn: (Table) => Table): Table
- def bind(col: Column): Table
- def bind(other: Table): Table
- def bindWithName(col: Column, name: String): Table
- def chunkedProduct(other: Table, chunkSize: Int = 5000): Resource[IO, List[Resource[IO, Table]]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def col(name: String): Column
- def colAt(idx: Int*): Table
- def colAt(idx: Int): Column
- def cols(names: String*): Table
- def colsAt(idx: Int*): Table
- def cross(other: Table)(implicit scope: Scope): Table
- def distinct(implicit scope: Scope): Table
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def equifilter[A](p: (TableExpression) => EquExpression[A])(implicit scope: Scope): Table
- def equijoin[IndexType](col: ColumnSelection, other: Table, otherCol: ColumnSelection, how: JoinType)(implicit scope: Scope): Table
- def equijoin(col: ColumnSelection, other: Column, how: JoinType)(implicit scope: Scope): Table
- def extend(other: Column): Table
- def extend(other: Table): Table
- def extend(fn: (Table) => Table): Table
- def filter(predicate: Column)(implicit scope: Scope): Table
- def filter(p: (Table) => Column)(implicit scope: Scope): Table
- def firstCol(name: String): Column
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def groupBy[S](cols: ColumnSelection*)(implicit arg0: Sc[S]): TableWithGroups
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def join(other: Table, chunkSize: Int = 5000, parallelism: Int = 8)(theta: (Table) => Column)(implicit scope: Scope): Table
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def product(other: Table)(implicit scope: Scope): Table
- def project(name: String*): Table
- def remove(s: String): Table
- def remove(s: Int): Table
- def remove(s: Int*): Table
- def rename(i: Int, s: String): Table
- def resolveColumnIdx(cs: ColumnSelection): Int
- def restrict(p: (Table) => Column)(implicit scope: Scope): Table
- def restrict(predicate: Column)(implicit scope: Scope): Table
- def select(p: (Table) => Column)(implicit scope: Scope): Table
- def select(predicate: Column)(implicit scope: Scope): Table
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def union[S](others: Table*)(implicit arg0: Sc[S]): Table
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withoutCol(s: Int): Table
- def withoutCol(s: Set[Int]): Table
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated