package expr
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- expr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class Aggregator extends Expr
Aggregators are also Exprs.
Aggregators are also Exprs. If evaluated as an Aggregator with reduceOn, it can be used by the GroupBy algorithm. If compiled directly as an Expr, it will throw an AggregationException to indicate unintended use.
- case class AnyType(runtimeType: scala.reflect.api.JavaUniverse.Type) extends Type with Product with Serializable
- trait ArithmeticOps extends AnyRef
- trait BaseOps extends AnyRef
- abstract class BinaryExpr extends Expr
- Attributes
- protected
- trait BooleanOps extends AnyRef
- trait ComparisonOps extends AnyRef
- abstract class Expr extends BaseOps with ArithmeticOps with BooleanOps with ComparisonOps
- case class ListType(elementType: Type) extends Type with Product with Serializable
- class Order extends AnyRef
- case class ProductType(elementTypes: Type*) extends Type with Product with Serializable
- sealed trait Type extends AnyRef
- abstract class UnaryExpr extends Expr
- Attributes
- protected