PrepartitionBuilderSyntax

ra3.lang.PrepartitionBuilderSyntax
case class PrepartitionBuilderSyntax(first: DelayedIdent[_], others: Vector[DelayedIdent[_]], partitionBase: Option[Int], partitionLimit: Option[Int], maxItemsToBufferAtOnce: Option[Int])

Builder pattern for group by clause. Exit the builder with the partial or the all method.

Attributes

Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def done: Prepartition[Tuple]

Total reduction. Applies the group wise program to each group.

Total reduction. Applies the group wise program to each group.

Value parameters

prg

group wise program

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product