We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8566467 commit 6f295a2Copy full SHA for 6f295a2
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/namedExpressions.scala
@@ -28,8 +28,8 @@ object NamedExpression {
28
}
29
30
/**
31
- * A globally (within this JVM) id for a given named expression.
32
- * Used to identify with attribute output by a relation is being
+ * A globally unique (within this JVM) id for a given named expression.
+ * Used to identify which attribute output by a relation is being
33
* referenced in a subsequent computation.
34
*/
35
case class ExprId(id: Long)
0 commit comments