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 ab9d6fc commit f7b1aa0Copy full SHA for f7b1aa0
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala
@@ -116,7 +116,7 @@ trait InvokeLike extends Expression with NonSQLExpression {
116
* @param arguments An optional list of expressions to pass as arguments to the function.
117
* @param propagateNull When true, and any of the arguments is null, null will be returned instead
118
* of calling the function.
119
- * @param returnNullable When false, return value must be non-null.
+ * @param returnNullable When false, indicating the invoked method will return non-null value.
120
*/
121
case class StaticInvoke(
122
staticObject: Class[_],
0 commit comments