org.apache.spark.sql.delta.sources.protocols.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delta-plus_2.11 Show documentation
Show all versions of delta-plus_2.11 Show documentation
A library based on delta for Spark and [MLSQL](http://www.mlsql.tech).
The newest version!
package org.apache.spark.sql.delta.sources
import org.apache.spark.sql.Row
/**
* 1/11/2019 WilliamZhu([email protected])
*/
case class BFItem(fileName: String, bf: String, size: Int, sizePretty: String)
case class FullOuterJoinRow(left: Row, right: Row, leftPresent: Boolean, rightPresent: Boolean)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy