Skip to content

Commit 2e02c45

Browse files
committed
initial commit
1 parent 1226b9b commit 2e02c45

File tree

1 file changed

+0
-2
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects

1 file changed

+0
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ trait InvokeLike extends Expression with NonSQLExpression {
126126
*
127127
* @param obj the object for the method to be called. If null, perform s static method call
128128
* @param method the method object to be called
129-
* @param arguments the arguments used for the method call
130129
* @param input the row used for evaluating arguments
131-
* @param dataType the data type of the return object
132130
* @return the return object of a method call
133131
*/
134132
def invoke(obj: Any, method: Method, input: InternalRow): Any = {

0 commit comments

Comments
 (0)