TableWithGroups

lamp.table.TableWithGroups
case class TableWithGroups(table: Table, groups: IndexedSeq[STen])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def aggregate(fun: Table => Table)(implicit scope: Scope): Table
def colAt(idx: Int*): TableWithGroups
def cols(names: String*): TableWithGroups
def project(name: String*): TableWithGroups
def remove(s: Int*): TableWithGroups
def remove(s: Int): TableWithGroups
def remove(s: String): TableWithGroups
def transform[T](transform: STen => T): Vector[T]
def withoutCol(s: Set[Int]): TableWithGroups

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product