Join

ra3.tablelang.TableExpr.Join
case class Join[J, K <: Tuple, R <: ReturnValueTuple[K]](arg0: DelayedIdent[J], arg1: Seq[(DelayedIdent[J], String, Key)], partitionBase: Int, partitionLimit: Int, maxItemsToBufferAtOnce: Int, elementwise: Expr[R]) extends TableExpr[R]

Attributes

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

Members list

Value members

Concrete methods

def where(i: Expr[DI32]): Join[J, K, ReturnValueTuple[K]]

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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