| 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,
JavaUDF16<?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?> func,
DataType[] input,
DataType output,
String stageLocation)
Registers a Java Lambda of 16 argument as a Snowflake Java UDF.
|
UserDefinedFunction |
UDFRegistration.registerTemporary(JavaUDF16<?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?> func,
DataType[] input,
DataType output)
Registers a Java Lambda of 16 arguments as a temporary anonymous UDF that is scoped to this
session.
|
UserDefinedFunction |
UDFRegistration.registerTemporary(String name,
JavaUDF16<?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?> func,
DataType[] input,
DataType output)
Registers a Java Lambda of 16 arguments as a temporary UDF that is scoped to this session.
|
static UserDefinedFunction |
Functions.udf(JavaUDF16<?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?> func,
DataType[] input,
DataType output)
Registers a Java Lambda of 16 arguments as a Snowflake UDF and returns the UDF.
|
© 2022 Snowflake Inc. All Rights Reserved