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

io.prophecy.libs.lineage.ExpressionUtils.scala Maven / Gradle / Ivy

There is a newer version: 6.3.0-3.3.0
Show newest version
package io.prophecy.libs.lineage
import org.apache.spark.sql.catalyst.expressions.AttributeReference

object ExpressionUtils extends ExpressionUtilBase {
  def getNewAttrRefWithoutQualifier(ref: AttributeReference): AttributeReference =
    ref.withQualifier(List.empty)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy