Interface RewritableTransform

All Superinterfaces:
Expression, Transform

public interface RewritableTransform extends Transform
Allows Spark to rewrite the given references of the transform during analysis.
  • Method Details

    • withReferences

      Transform withReferences(scala.collection.Seq<NamedReference> newReferences)
      Creates a copy of this transform with the new analyzed references.