Object/Class

org.emmalanguage.api

ScalaSeq

Related Docs: class ScalaSeq | package api

Permalink

object ScalaSeq extends DataBagCompanion[LocalEnv] with Serializable

Linear Supertypes
Serializable, Serializable, DataBagCompanion[LocalEnv], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaSeq
  2. Serializable
  3. Serializable
  4. DataBagCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def apply[A](values: Seq[A])(implicit arg0: Meta[A], env: LocalEnv): DataBag[A]

    Permalink

    Sequence constructor.

    Sequence constructor.

    A

    The element type for the DataBag.

    values

    The values contained in the bag.

    env

    An execution environment instance.

    Definition Classes
    ScalaSeqDataBagCompanion
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def empty[A](implicit arg0: Meta[A], env: LocalEnv): DataBag[A]

    Permalink

    Empty constructor.

    Empty constructor.

    A

    The element type for the DataBag.

    env

    An execution environment instance.

    Definition Classes
    ScalaSeqDataBagCompanion
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def from[DColl[_], A](coll: DColl[A])(implicit conv: (DColl[A]) ⇒ DataBag[A]): DataBag[A]

    Permalink

    Distributed collection constructor.

    Distributed collection constructor.

    A

    The element type for the DataBag.

    coll

    A distributed collection with input values.

    conv

    A distributed collection converter.

    Definition Classes
    DataBagCompanion
  12. def fromDataBag[A](bag: DataBag[A])(implicit arg0: Meta[A]): DataBag[A]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def readCSV[A](path: String, format: CSV)(implicit arg0: Meta[A], arg1: CSVConverter[A], env: LocalEnv): DataBag[A]

    Permalink

    Reads a DataBag from the specified path using in a CSV format.

    Reads a DataBag from the specified path using in a CSV format.

    A

    the type of elements to read.

    path

    The location where the data will be read from.

    format

    The CSV format configuration.

    env

    An execution environment instance.

    Definition Classes
    ScalaSeqDataBagCompanion
  20. def readParquet[A](path: String, format: Parquet)(implicit arg0: Meta[A], arg1: ParquetConverter[A], env: LocalEnv): DataBag[A]

    Permalink

    Reads a DataBag into the specified path using a Parquet format.

    Reads a DataBag into the specified path using a Parquet format.

    A

    the type of elements to read.

    path

    The location where the data will be read from.

    format

    The Parquet format configuration.

    env

    An execution environment instance.

    Definition Classes
    ScalaSeqDataBagCompanion
  21. def readText(path: String)(implicit env: LocalEnv): DataBag[String]

    Permalink

    Reads a DataBag[String] elements from the specified path.

    Reads a DataBag[String] elements from the specified path.

    path

    The location where the data will be read from.

    env

    An execution environment instance.

    Definition Classes
    ScalaSeqDataBagCompanion
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from DataBagCompanion[LocalEnv]

Inherited from AnyRef

Inherited from Any

Ungrouped