SimpleQuery

ra3.tablelang.TableExpr.SimpleQuery
case class SimpleQuery[I, K <: Tuple, A <: ReturnValueTuple[K]](arg0: Ident[I], elementwise: Expr[A]) extends TableExpr[A]

Attributes

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

Members list

Value members

Concrete methods

def where(i: Expr[DI32]): SimpleQuery[I, K, ReturnValueTuple[K]]

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
TableExpr
def map[R](body: TableExpr[A] => 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