object Expr
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Expr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed case class AggregationCall[F, A, B, Z](param: (ExprModule.this)#Expr[F, A, B], aggregation: (ExprModule.this)#AggregationDef[B, Z])(implicit evidence$4: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[Aggregated[F], A, Z] with Product with Serializable
- sealed case class Binary[F1, F2, A, B](left: (ExprModule.this)#Expr[F1, A, B], right: (ExprModule.this)#Expr[F2, A, B], op: (ExprModule.this)#BinaryOp[B]) extends InvariantExpr[F1 with F2, A, B] with Product with Serializable
- sealed case class FunctionCall0[Z](function: (ExprModule.this)#FunctionDef[Any, Z])(implicit evidence$6: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[Function0, Any, Z] with Product with Serializable
- sealed case class FunctionCall1[F, A, B, Z](param: (ExprModule.this)#Expr[F, A, B], function: (ExprModule.this)#FunctionDef[B, Z])(implicit evidence$7: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[F, A, Z] with Product with Serializable
- sealed case class FunctionCall2[F1, F2, A, B, C, Z](param1: (ExprModule.this)#Expr[F1, A, B], param2: (ExprModule.this)#Expr[F2, A, C], function: (ExprModule.this)#FunctionDef[(B, C), Z])(implicit evidence$8: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[F1 with F2, A, Z] with Product with Serializable
- sealed case class FunctionCall3[F1, F2, F3, A, B, C, D, Z](param1: (ExprModule.this)#Expr[F1, A, B], param2: (ExprModule.this)#Expr[F2, A, C], param3: (ExprModule.this)#Expr[F3, A, D], function: (ExprModule.this)#FunctionDef[(B, C, D), Z])(implicit evidence$9: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[F1 with F2 with F3, A, Z] with Product with Serializable
- sealed case class FunctionCall4[F1, F2, F3, F4, A, B, C, D, E, Z](param1: (ExprModule.this)#Expr[F1, A, B], param2: (ExprModule.this)#Expr[F2, A, C], param3: (ExprModule.this)#Expr[F3, A, D], param4: (ExprModule.this)#Expr[F4, A, E], function: (ExprModule.this)#FunctionDef[(B, C, D, E), Z])(implicit evidence$10: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[F1 with F2 with F3 with F4, A, Z] with Product with Serializable
- sealed case class FunctionCall5[F1, F2, F3, F4, F5, A, B, C, D, E, F, Z](param1: (ExprModule.this)#Expr[F1, A, B], param2: (ExprModule.this)#Expr[F2, A, C], param3: (ExprModule.this)#Expr[F3, A, D], param4: (ExprModule.this)#Expr[F4, A, E], param5: (ExprModule.this)#Expr[F5, A, F], function: (ExprModule.this)#FunctionDef[(B, C, D, E, F), Z])(implicit evidence$11: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[F1 with F2 with F3 with F4 with F5, A, Z] with Product with Serializable
- sealed case class FunctionCall6[F1, F2, F3, F4, F5, F6, A, B, C, D, E, F, G, Z](param1: (ExprModule.this)#Expr[F1, A, B], param2: (ExprModule.this)#Expr[F2, A, C], param3: (ExprModule.this)#Expr[F3, A, D], param4: (ExprModule.this)#Expr[F4, A, E], param5: (ExprModule.this)#Expr[F5, A, F], param6: (ExprModule.this)#Expr[F6, A, G], function: (ExprModule.this)#FunctionDef[(B, C, D, E, F, G), Z])(implicit evidence$12: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[F1 with F2 with F3 with F4 with F5 with F6, A, Z] with Product with Serializable
- sealed case class FunctionCall7[F1, F2, F3, F4, F5, F6, F7, A, B, C, D, E, F, G, H, Z](param1: (ExprModule.this)#Expr[F1, A, B], param2: (ExprModule.this)#Expr[F2, A, C], param3: (ExprModule.this)#Expr[F3, A, D], param4: (ExprModule.this)#Expr[F4, A, E], param5: (ExprModule.this)#Expr[F5, A, F], param6: (ExprModule.this)#Expr[F6, A, G], param7: (ExprModule.this)#Expr[F7, A, H], function: (ExprModule.this)#FunctionDef[(B, C, D, E, F, G, H), Z])(implicit evidence$13: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[F1 with F2 with F3 with F4 with F5 with F6 with F7, A, Z] with Product with Serializable
- sealed case class In[F, A, B](value: (ExprModule.this)#Expr[F, A, B], set: (ExprModule.this)#Read[B]) extends InvariantExpr[F, A, Boolean] with Product with Serializable
- sealed trait InvariantExpr[F, -A, B] extends (ExprModule.this)#Expr[F, A, B]
- sealed case class Literal[B](value: B)(implicit evidence$3: (ExprModule.this)#TypeTag[B]) extends InvariantExpr[Features.Literal, Any, B] with Product with Serializable
- sealed case class ParenlessFunctionCall0[Z](function: (ExprModule.this)#FunctionName)(implicit evidence$5: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[Function0, Any, Z] with Product with Serializable
- sealed case class Property[F, -A, +B](base: (ExprModule.this)#Expr[F, A, B], op: (ExprModule.this)#PropertyOp) extends InvariantExpr[F, A, Boolean] with Product with Serializable
- sealed case class Relational[F1, F2, A, B](left: (ExprModule.this)#Expr[F1, A, B], right: (ExprModule.this)#Expr[F2, A, B], op: (ExprModule.this)#RelationalOp) extends InvariantExpr[F1 with F2, A, Boolean] with Product with Serializable
- sealed case class Source[-A, B, ColumnIdentity, TableType] extends InvariantExpr[Features.Source[ColumnIdentity, TableType], A, B] with Product with Serializable
- sealed case class Subselect[F <: Aggregated[_], Repr, Source, Subsource, Head](subselect: SelectModule.Read.Subselect[F, Repr, _ <: Source, Subsource, Head, Empty]) extends InvariantExpr[Derived, Any, Head] with Product with Serializable
- sealed case class Unary[-F, -A, B](base: (ExprModule.this)#Expr[F, A, B], op: (ExprModule.this)#UnaryOp[B]) extends (ExprModule.this)#Expr[F, A, B] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def expToSelection[F, A, B](expr: (ExprModule.this)#Expr[F, A, B]): (ExprModule.this)#Selection[F, A, Cons[A, B, Empty]]
- def exprName[F, A, B](expr: (ExprModule.this)#Expr[F, A, B]): Option[String]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def literal[A](a: A)(implicit arg0: (ExprModule.this)#TypeTag[A]): (ExprModule.this)#Expr[Features.Literal, Any, A]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def some[A](someA: Some[A])(implicit arg0: NotNull[A]): (ExprModule.this)#Expr[Features.Literal, Any, Option[A]]
- implicit val subqueryToExpr: (SelectModule.Read.Subselect[Nothing, Nothing, _, Nothing, Nothing, Empty]) ⇒ (ExprModule.this)#Expr[Derived, Any, Nothing]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typeTagOf[A](expr: (ExprModule.this)#Expr[_, _, A]): (ExprModule.this)#TypeTag[A]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()