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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Self type
Members list
In this article