| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Method and Description |
|---|---|
UserDefinedFunction |
UDFRegistration.registerPermanent(String name,
JavaUDF0<?> func,
DataType output,
String stageLocation)
Registers a Java Lambda of 0 argument as a Snowflake Java UDF.
|
UserDefinedFunction |
UDFRegistration.registerTemporary(JavaUDF0<?> func,
DataType output)
Registers a Java Lambda of 0 argument as a temporary anonymous UDF that is scoped to this
session.
|
UserDefinedFunction |
UDFRegistration.registerTemporary(String name,
JavaUDF0<?> func,
DataType output)
Registers a Java Lambda of 0 argument as a temporary UDF that is scoped to this session.
|
static UserDefinedFunction |
Functions.udf(JavaUDF0<?> func,
DataType output)
Registers a Java Lambda of 0 argument as a Snowflake UDF and returns the UDF.
|
© 2023 Snowflake Inc. All Rights Reserved