Package

za.co.absa.spark.commons.utils

explode

Permalink

package explode

Visibility
  1. Public
  2. All

Type Members

  1. case class Explosion(arrayFieldName: String, idFieldName: String, indexFieldName: String, sizeFieldName: String, superTransientFieldName: Option[String]) extends Product with Serializable

    Permalink

    Stores all info needed to revert a single array explosion.

  2. case class ExplosionContext(explosions: Seq[Explosion] = Nil) extends Product with Serializable

    Permalink

    Stores a context of several array explosions to they can be reverted in the proper order.

Ungrouped