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 1226b9b commit 2e02c45Copy full SHA for 2e02c45
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala
@@ -126,9 +126,7 @@ trait InvokeLike extends Expression with NonSQLExpression {
126
*
127
* @param obj the object for the method to be called. If null, perform s static method call
128
* @param method the method object to be called
129
- * @param arguments the arguments used for the method call
130
* @param input the row used for evaluating arguments
131
- * @param dataType the data type of the return object
132
* @return the return object of a method call
133
*/
134
def invoke(obj: Any, method: Method, input: InternalRow): Any = {
0 commit comments