@Evolving
public class UserDefinedScalarFunc
extends org.apache.spark.sql.internal.connector.ExpressionWithToString
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Constructor and Description |
---|
UserDefinedScalarFunc(String name,
String canonicalName,
Expression[] children) |
Modifier and Type | Method and Description |
---|---|
String |
canonicalName() |
Expression[] |
children()
Returns an array of the children of this node.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
name() |
public UserDefinedScalarFunc(String name, String canonicalName, Expression[] children)
public String name()
public String canonicalName()
public Expression[] children()
Expression
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object