Prepartition

ra3.tablelang.TableExpr.Prepartition
case class Prepartition[K <: Tuple](arg0: DelayedIdent[_], arg1: Seq[DelayedIdent[_]], partitionBase: Int, partitionLimit: Int, maxItemsToBufferAtOnce: Int) extends TableExpr[K]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TableExpr[K]
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[K] => TableExpr[R]): TableExpr[R]

Attributes

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

Attributes

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