Object

org.emmalanguage.api.spark

SparkExp

Related Doc: package spark

Permalink

object SparkExp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkExp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class And extends Expr with Product with Serializable

    Permalink
  2. case class Contains extends Expr with Product with Serializable

    Permalink
  3. case class Divide extends Expr with Product with Serializable

    Permalink
  4. case class Eq extends Expr with Product with Serializable

    Permalink
  5. sealed trait Expr extends AnyRef

    Permalink
  6. case class Geq extends Expr with Product with Serializable

    Permalink
  7. case class Gt extends Expr with Product with Serializable

    Permalink
  8. case class IsNotNull extends Expr with Product with Serializable

    Permalink
  9. case class IsNull extends Expr with Product with Serializable

    Permalink
  10. case class Leq extends Expr with Product with Serializable

    Permalink
  11. case class Lit extends Expr with Product with Serializable

    Permalink
  12. case class Lt extends Expr with Product with Serializable

    Permalink
  13. case class Minus extends Expr with Product with Serializable

    Permalink
  14. case class Mod extends Expr with Product with Serializable

    Permalink
  15. case class Multiply extends Expr with Product with Serializable

    Permalink
  16. case class Ne extends Expr with Product with Serializable

    Permalink
  17. case class Not extends Expr with Product with Serializable

    Permalink
  18. case class Or extends Expr with Product with Serializable

    Permalink
  19. case class Plus extends Expr with Product with Serializable

    Permalink
  20. case class Proj extends Expr with Product with Serializable

    Permalink
  21. case class Root extends Expr with Product with Serializable

    Permalink
  22. case class StartsWith extends Expr with Product with Serializable

    Permalink
  23. case class Struct extends Expr 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 Chain

    Permalink
  5. def and(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def contains(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  9. def divide(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  10. def eq(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def geq(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def gt(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. def isNotNull(x: Any)(implicit spark: SparkSession): Expr

    Permalink
  20. def isNull(x: Any)(implicit spark: SparkSession): Expr

    Permalink
  21. def leq(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  22. def lt(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  23. def minus(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  24. def mod(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  25. def multiply(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  26. def ne(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def not(x: Any)(implicit spark: SparkSession): Expr

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def or(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  32. def plus(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  33. def proj(parent: Expr, name: String)(implicit spark: SparkSession): Expr

    Permalink
  34. def startsWith(x: Any, y: Any)(implicit spark: SparkSession): Expr

    Permalink
  35. def struct(names: String*)(vals: Any*)(implicit spark: SparkSession): Expr

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped