Package

io.univalence

centrifuge

Permalink

package centrifuge

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

Type Members

  1. case class Annotation(message: String, onField: Option[String] = None, fromFields: Vector[String] = Vector.empty, isError: Boolean, count: Long = 1L) extends Product with Serializable

    Permalink
  2. type AnnotationSql = Annotation

    Permalink
  3. case class ExecutionSummary(nbFailure: Long) extends Product with Serializable

    Permalink
  4. case class Result[+T](value: Option[T], annotations: Vector[Annotation]) extends Product with Serializable

    Permalink
  5. case class SCC(names: Seq[String], args: Seq[(String, SType)]) extends SType with Product with Serializable

    Permalink
  6. case class SClass(name: String) extends SType with Product with Serializable

    Permalink
  7. case class SOption(arg: SType) extends SType with Product with Serializable

    Permalink
  8. sealed trait SType extends AnyRef

    Permalink

Value Members

  1. object Annotation extends Serializable

    Permalink
  2. object AnnotationSql extends Serializable

    Permalink
  3. object Result extends Serializable

    Permalink
  4. object RetryDs

    Permalink
  5. object Sparknarrow

    Permalink
  6. object implicits

    Permalink
  7. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped