lamp.table.Table
See theTable companion object
case class Table(columns: Vector[Column], colNames: Index[String]) extends RelationalAlgebra
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RelationalAlgebraclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def rfilter(predicateOnColumns: ColumnSelection*)(predicate: IndexMap => Boolean)(implicit scope: Scope): Table
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
def equijoin[IndexType](col: ColumnSelection, other: Table, otherCol: ColumnSelection, how: JoinType)(implicit scope: Scope): Table
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
Attributes
- Inherited from:
- RelationalAlgebra
In this article