Class UserDefinedScalarFunc
Object
org.apache.spark.sql.internal.connector.ExpressionWithToString
org.apache.spark.sql.connector.expressions.UserDefinedScalarFunc
- All Implemented Interfaces:
Serializable
,Expression
,scala.Serializable
@Evolving
public class UserDefinedScalarFunc
extends org.apache.spark.sql.internal.connector.ExpressionWithToString
The general representation of user defined scalar function, which contains the upper-cased
function name, canonical function name and all the children expressions.
- Since:
- 3.4.0
- See Also:
-
Field Summary
Fields inherited from interface org.apache.spark.sql.connector.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
-
Constructor Summary
ConstructorDescriptionUserDefinedScalarFunc
(String name, String canonicalName, Expression[] children) -
Method Summary
Methods inherited from class org.apache.spark.sql.internal.connector.ExpressionWithToString
describe, references, toString
-
Constructor Details
-
UserDefinedScalarFunc
-
-
Method Details
-
name
-
canonicalName
-
children
Description copied from interface:Expression
Returns an array of the children of this node. Children should not change. -
equals
-
hashCode
public int hashCode()
-