ra3.tablelang

package ra3.tablelang

Members list

Type members

Experimental classlikes

object Schema

Attributes

Companion
class
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
Schema.type
class Schema[A <: Tuple](list: Seq[DelayedIdent[Any]])

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any
case class SchemaCurryT[T0 <: Tuple](d: Map[T0, DelayedIdent])

Attributes

Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait TableExpr[+T]

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Concat[K]
class Const[T]
class FullTablePartialReduce[I, K, A]
class GroupThenCount[K, A]
class GroupThenReduce[K, A]
class Ident[T]
class Join[J, K, R]
class Local[A, B]
class Prepartition[K]
class ReduceTable[I, K, A]
class SimpleQuery[I, K, A]
class SimpleQueryCount[I, K, A]
class Tap[T]
class TopK[K]
Show all
Self type
object TableExpr

Attributes

Companion
trait
Experimental
true
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TableExpr.type