Object/Class

quasar.physical.rdbms.planner.sql

SqlExpr

Related Docs: class SqlExpr | package sql

Permalink

object SqlExpr extends SqlExprInstances

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlExpr
  2. SqlExprInstances
  3. SqlExprRenderTree
  4. SqlExprTraverse
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class And[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  2. final case class BinaryFunction[T](t: BinaryFunctionType, a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  3. final case class Case[T](whenThen: NonEmptyList[WhenThen[T]], else: Else[T]) extends SqlExpr[T] with Product with Serializable

    Permalink
  4. final case class Coercion[T](t: ColumnType, e: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  5. final case class ConcatStr[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  6. final case class Constant[T](data: Data) extends SqlExpr[T] with Product with Serializable

    Permalink
  7. final case class Eq[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  8. final case class ExprPair[T](a: T, b: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  9. final case class ExprWithAlias[T](expr: T, alias: slamdata.Predef.String) extends SqlExpr[T] with Product with Serializable

    Permalink
  10. final case class From[T](v: T, alias: Id[T]) extends Product with Serializable

    Permalink
  11. final case class Gt[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  12. final case class Gte[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  13. final case class Id[T](v: slamdata.Predef.String) extends SqlExpr[T] with Product with Serializable

    Permalink
  14. final case class IfNull[T](a: OneAnd[NonEmptyList, T]) extends SqlExpr[T] with Product with Serializable

    Permalink
  15. final case class IsNotNull[T](a1: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  16. final case class Limit[T](from: T, count: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  17. final case class Lt[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  18. final case class Lte[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  19. final case class Mod[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  20. final case class Neg[T](a1: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  21. final case class Neq[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  22. final case class Null[T]() extends SqlExpr[T] with Product with Serializable

    Permalink
  23. final case class NumericOp[T](op: slamdata.Predef.String, left: T, right: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  24. final case class Obj[T](m: slamdata.Predef.List[(T, T)]) extends SqlExpr[T] with Product with Serializable

    Permalink
  25. final case class Offset[T](from: T, count: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  26. final case class Or[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  27. final case class Pow[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  28. final case class Refs[T](elems: slamdata.Predef.Vector[T]) extends SqlExpr[T] with Product with Serializable

    Permalink
  29. final case class RegexMatches[T](a1: T, a2: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  30. final case class Select[T](selection: Selection[T], from: From[T], filter: slamdata.Predef.Option[Filter[T]], orderBy: slamdata.Predef.List[OrderBy[T]]) extends SqlExpr[T] with Product with Serializable

    Permalink
  31. final case class Selection[T](v: T, alias: slamdata.Predef.Option[Id[T]]) extends Product with Serializable

    Permalink
  32. final case class Table[T](name: slamdata.Predef.String) extends SqlExpr[T] with Product with Serializable

    Permalink
  33. final case class TernaryFunction[T](t: TernaryFunctionType, a1: T, a2: T, a3: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  34. final case class Time[T](a1: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  35. final case class ToArray[T](v: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  36. final case class UnaryFunction[T](t: UnaryFunctionType, e: T) extends SqlExpr[T] with Product with Serializable

    Permalink
  37. final case class Unreferenced[T]() extends SqlExpr[T] with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Case extends Serializable

    Permalink
  5. object IfNull extends Serializable

    Permalink
  6. object Select extends Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. implicit val renderTree: Delay[RenderTree, SqlExpr]

    Permalink
    Definition Classes
    SqlExprRenderTree
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. implicit val traverse: Traverse[SqlExpr]

    Permalink
    Definition Classes
    SqlExprTraverse
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SqlExprInstances

Inherited from SqlExprRenderTree

Inherited from SqlExprTraverse

Inherited from AnyRef

Inherited from Any

Ungrouped