File tree Expand file tree Collapse file tree
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ class CodegenContext {
221221
222222 private val outerClassName = " OuterClass"
223223
224-
225224 /**
226225 * Holds the class and instance names to be generated, where `OuterClass` is a placeholder
227226 * standing for whichever class is generated as the outermost class and which will contain any
@@ -254,8 +253,8 @@ class CodegenContext {
254253
255254 /**
256255 * Adds a function to the generated class. If the code for the `OuterClass` grows too large, the
257- * function will be inlined into a new private, nested class, and a class -qualified name for the
258- * function will be returned. Otherwise, the function will be inined to the `OuterClass` the
256+ * function will be inlined into a new private, nested class, and a instance -qualified name for
257+ * the function will be returned. Otherwise, the function will be inlined to the `OuterClass` the
259258 * simple `funcName` will be returned.
260259 *
261260 * @param funcName the class-unqualified name of the function
You can’t perform that action at this time.
0 commit comments