Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21537#discussion_r194960933
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
---
@@ -579,6 +579,22 @@ class CodegenContext {
s"${fullName}_$id"
}
+ /**
+ * Creates an `ExprValue` representing a local java variable of required
data type.
+ */
+ def freshName(name: String, dt: DataType): VariableValue =
JavaCode.variable(freshName(name), dt)
--- End diff --
Sounds good. Not sure if @cloud-fan wants me to change it in this PR or
other https://github.com/apache/spark/pull/21537#discussion_r194841055.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]