Interface RewritableTransform
- All Superinterfaces:
- Expression,- Transform
- All Known Implementing Classes:
- ClusterByTransform
Allows Spark to rewrite the given references of the transform during analysis.
- 
Field SummaryFields inherited from interface org.apache.spark.sql.connector.expressions.ExpressionEMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
- 
Method SummaryModifier 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.Expressiondescribe, references
- 
Method Details- 
withReferencesCreates a copy of this transform with the new analyzed references.
 
-