snowflake.core.functionΒΆ

Manages Snowflake Functions.

Classes

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

A model object representing the Function resource.

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

A model object representing the FunctionArgument resource.

FunctionCollection(schema)

Represents the collection operations on the Snowflake Function resource.

FunctionResource(name_with_args, collection)

Represents a reference to a Snowflake function.

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

A model object representing the ServiceFunction resource.