snowflake.core.function

Manages Snowflake Functions.

Classes

Function(*, name, arguments[, returns, ...])

FunctionArgument(*[, name, datatype, value])

FunctionCollection(schema)

Represents the collection operations on the Snowflake Function resource.

FunctionResource(name_with_args, collection)

Represents a reference to a Snowflake Function resource.

ServiceFunction(*, name, arguments[, ...])