All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.spark.sql.delta.sources.protocols.scala Maven / Gradle / Ivy

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