File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -820,15 +820,15 @@ class CodegenContext {
820820 }
821821
822822 /**
823- * Generates code to do null safe execution when accessing properties of complex
824- * ArrayData elements.
825- *
826- * @param nullElements used to decide whether the ArrayData might contain null or not.
827- * @param isNull a variable indicating whether the result will be evaluated to null or not.
828- * @param arrayData a variable name representing the ArrayData.
829- * @param execute the code that should be executed only if the ArrayData doesn't contain
830- * any null.
831- */
823+ * Generates code to do null safe execution when accessing properties of complex
824+ * ArrayData elements.
825+ *
826+ * @param nullElements used to decide whether the ArrayData might contain null or not.
827+ * @param isNull a variable indicating whether the result will be evaluated to null or not.
828+ * @param arrayData a variable name representing the ArrayData.
829+ * @param execute the code that should be executed only if the ArrayData doesn't contain
830+ * any null.
831+ */
832832 def nullArrayElementsSaveExec (
833833 nullElements : Boolean ,
834834 isNull : String ,
You can’t perform that action at this time.
0 commit comments