ra3.lang
package ra3.lang
Members list
Type members
Experimental classlikes
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Keyclass Objecttrait Matchableclass AnyShow all
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Keyclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BuiltInOp0[R]class BuiltInOp1[R]class BuiltInOp2[R]class BuiltInOp2US[R]class BuiltInOp3[R]class BuiltInOpAny[R]class DelayedIdent[TT]class Ident[T]class Local[R]Show all
- Self type
-
Expr[T]
object Expr
case class GroupBuilderSyntax(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.
Builder pattern for group by clause. Exit the builder with the partial or the all method.
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
case object GroupMap extends SingletonKey
Attributes
- Experimental
- true
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait SingletonKeytrait Keyclass Objecttrait Matchableclass AnyShow all
- Self type
-
GroupMap.type
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Keyclass Objecttrait Matchableclass AnyShow all
case class JoinBuilder[J](first: DelayedIdent[J], others: Vector[(DelayedIdent[J], String, Key)], partitionBase: Option[Int], partitionLimit: Option[Int], maxItemsToBufferAtOnce: Option[Int])
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
class KeyTag
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
case object Numgroups extends SingletonKey
Attributes
- Experimental
- true
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait SingletonKeytrait Keyclass Objecttrait Matchableclass AnyShow all
- Self type
-
Numgroups.type
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.
Builder pattern for group by clause. Exit the builder with the partial or the all method.
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ReturnValueTuple
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ReturnValueTuple.type
sealed trait SingletonKey extends Key
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Keyclass Objecttrait Matchableclass AnyShow all
In this article