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 Divide extends Expr with Product with Serializable

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

    Permalink
  4. sealed trait Expr extends AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  20. 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 divide(x: Any, y: Any)(implicit spark: SparkSession): Expr

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

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

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

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

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

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

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

    Permalink
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. def leq(x: Any, y: Any)(implicit spark: SparkSession): Expr

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

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

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

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

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

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

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

    Permalink
  26. final def notify(): Unit

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

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

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

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

    Permalink
  31. def root(name: String)(implicit spark: SparkSession): Expr

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped