Class UserDefinedScalarFunc
Object
org.apache.spark.sql.internal.connector.ExpressionWithToString
org.apache.spark.sql.connector.expressions.UserDefinedScalarFunc
- All Implemented Interfaces:
- Serializable,- Expression
@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 SummaryFields inherited from interface org.apache.spark.sql.connector.expressions.ExpressionEMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
- 
Constructor SummaryConstructorsConstructorDescriptionUserDefinedScalarFunc(String name, String canonicalName, Expression[] children) 
- 
Method SummaryMethods inherited from class org.apache.spark.sql.internal.connector.ExpressionWithToStringdescribe, references, toString
- 
Constructor Details- 
UserDefinedScalarFunc
 
- 
- 
Method Details- 
name
- 
canonicalName
- 
childrenDescription copied from interface:ExpressionReturns an array of the children of this node. Children should not change.
- 
equals
- 
hashCodepublic int hashCode()
 
-