Interface RewritableTransform
- All Superinterfaces:
 Expression,Transform
- All Known Implementing Classes:
 ClusterByTransform
Allows Spark to rewrite the given references of the transform during analysis.
- 
Field Summary
Fields inherited from interface org.apache.spark.sql.connector.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE - 
Method Summary
Modifier and TypeMethodDescriptionwithReferences(scala.collection.immutable.Seq<NamedReference> newReferences) Creates a copy of this transform with the new analyzed references.Methods inherited from interface org.apache.spark.sql.connector.expressions.Expression
describe, references 
- 
Method Details
- 
withReferences
Creates a copy of this transform with the new analyzed references. 
 -