Skip to content

Commit 2e37482

Browse files
committed
Fix doc.
1 parent d641fbb commit 2e37482

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ abstract class CodeGenerator[InType <: AnyRef, OutType <: AnyRef] extends Loggin
121121
* @param nullTerm A term that holds a boolean value representing whether the expression evaluated
122122
* to null.
123123
* @param primitiveTerm A term for a possible primitive value of the result of the evaluation. Not
124-
* valid if `nullTerm` is set to `false`.
124+
* valid if `nullTerm` is set to `true`.
125125
* @param objectTerm A possibly boxed version of the result of evaluating this expression.
126126
*/
127127
protected case class EvaluatedExpression(

0 commit comments

Comments
 (0)