Const

ra3.tablelang.TableExpr.Const
case class Const[T](table: Table) extends TableExpr[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TableExpr[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def evaluate(implicit tsc: TaskSystemComponents): IO[Table]

Attributes

Inherited from:
TableExpr
def flatMap[R](body: TableExpr[T] => TableExpr[R]): TableExpr[R]

Attributes

Inherited from:
TableExpr
def in[R](body: TableExpr[T] => TableExpr[R]): TableExpr[R]

Attributes

Inherited from:
TableExpr
def map[R](body: TableExpr[T] => TableExpr[R]): TableExpr[R]

Attributes

Inherited from:
TableExpr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render: String

Attributes

Inherited from:
TableExpr

Concrete fields

val tags: Set[KeyTag]