Package

ai.tripl.arc

load

Permalink

package load

Visibility
  1. Public
  2. All

Type Members

  1. class DeltaLakeLoad extends PipelineStagePlugin

    Permalink
  2. case class DeltaLakeLoadStage(plugin: DeltaLakeLoad, name: String, description: Option[String], inputView: String, outputURI: URI, partitionBy: List[String], numPartitions: Option[Int], authentication: Option[Authentication], saveMode: SaveMode, outputMode: OutputModeType, params: Map[String, String], options: Map[String, String], generateSymlinkManifest: Boolean) extends PipelineStage with Product with Serializable

    Permalink
  3. class DeltaLakeMergeLoad extends PipelineStagePlugin

    Permalink
  4. case class DeltaLakeMergeLoadStage(plugin: DeltaLakeMergeLoad, name: String, description: Option[String], inputView: String, outputURI: URI, condition: String, whenMatchedDeleteFirst: Boolean, whenNotMatchedByTargetInsert: Option[WhenNotMatchedByTargetInsert], whenNotMatchedBySourceDelete: Option[WhenNotMatchedBySourceDelete], whenMatchedUpdate: Option[WhenMatchedUpdate], whenMatchedDelete: Option[WhenMatchedDelete], authentication: Option[Authentication], params: Map[String, String], generateSymlinkManifest: Boolean) extends PipelineStage with Product with Serializable

    Permalink
  5. case class WhenMatchedDelete(condition: Option[String]) extends Product with Serializable

    Permalink
  6. case class WhenMatchedUpdate(condition: Option[String], values: Option[Map[String, String]]) extends Product with Serializable

    Permalink
  7. case class WhenNotMatchedBySourceDelete(condition: Option[String]) extends Product with Serializable

    Permalink
  8. case class WhenNotMatchedByTargetInsert(condition: Option[String], values: Option[Map[String, String]]) extends Product with Serializable

    Permalink

Value Members

  1. object DeltaLakeLoadStage extends Serializable

    Permalink
  2. object DeltaLakeMergeLoadStage extends Serializable

    Permalink

Ungrouped