public class LambdaScalarFunction extends Object implements org.apache.spark.sql.connector.catalog.functions.UnboundFunction, Serializable
| Constructor and Description |
|---|
LambdaScalarFunction(String functionName,
org.apache.spark.sql.types.DataType outputType,
String javaType,
String lambdaExpression) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.connector.catalog.functions.BoundFunction |
bind(org.apache.spark.sql.types.StructType inputType) |
String |
description() |
String |
name() |
public org.apache.spark.sql.connector.catalog.functions.BoundFunction bind(org.apache.spark.sql.types.StructType inputType)
bind in interface org.apache.spark.sql.connector.catalog.functions.UnboundFunctionpublic String description()
description in interface org.apache.spark.sql.connector.catalog.functions.UnboundFunctionpublic String name()
name in interface org.apache.spark.sql.connector.catalog.functions.FunctionCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.