Package

joinwiz

Permalink

package joinwiz

Visibility
  1. Public
  2. All

Type Members

  1. final case class And(left: Expression, right: Expression) extends Expression with Product with Serializable

    Permalink
  2. class ApplyToLeftColumn[E] extends AnyRef

    Permalink
  3. class ApplyToRightColumn[E] extends AnyRef

    Permalink
  4. final case class Const(value: Any) extends Value with Product with Serializable

    Permalink
  5. final case class Equality(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  6. sealed trait Expression extends AnyRef

    Permalink
  7. final case class Greater(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  8. final case class GreaterOrEq(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  9. final case class LeftTypedColumn[T](prefixes: Seq[String]) extends TypedCol with Product with Serializable

    Permalink
  10. final case class Less(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  11. final case class LessOrEq(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  12. final case class RightTypedColumn[T](prefixes: Seq[String]) extends TypedCol with Product with Serializable

    Permalink
  13. sealed trait TypedCol extends Value

    Permalink
  14. sealed trait Value extends AnyRef

    Permalink

Value Members

  1. object ApplyToLeftColumn

    Permalink
  2. object ApplyToRightColumn

    Permalink

Ungrouped