Package

io.univalence

sparktest

Permalink

package sparktest

Visibility
  1. Public
  2. All

Type Members

  1. final case class AddValue(value: Value) extends ValueDiff with Product with Serializable

    Permalink
  2. case class ArrayValue(values: Value*) extends Value with Product with Serializable

    Permalink
  3. case class AtomicValue(value: Any) extends TermValue with Product with Serializable

    Permalink
  4. final case class ChangeValue(from: Value, to: Value) extends ValueDiff with Product with Serializable

    Permalink
  5. final case class ObjectModification(path: Path, valueModification: ValueDiff) extends ValueModification with Product with Serializable

    Permalink
  6. case class ObjectValue(fields: (String, Value)*) extends Value with Product with Serializable

    Permalink
  7. final case class RemoveValue(value: Value) extends ValueDiff with Product with Serializable

    Permalink
  8. class Schema2CaseClass extends AnyRef

    Permalink
  9. trait SparkTest extends SparkTestSQLImplicits with ReadOps

    Permalink
  10. trait SparkTestSQLImplicits extends AnyRef

    Permalink
  11. trait SparkTestSession extends AnyRef

    Permalink
  12. sealed trait TermValue extends Value

    Permalink
  13. sealed trait Value extends AnyRef

    Permalink
  14. sealed trait ValueDiff extends ValueModification

    Permalink
  15. sealed trait ValueModification extends AnyRef

    Permalink

Value Members

  1. object NullValue extends TermValue with Product with Serializable

    Permalink
  2. object RowComparer

    Permalink
  3. object SchemaComparison

    Permalink
  4. object SparkTest

    Permalink
  5. object SparkTestSession extends SparkTestSession

    Permalink
  6. object Value

    Permalink
  7. package internal

    Permalink

Ungrouped