dona.sedona-snowflake.1.7.0.source-code.UDFTemplate.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sedona-snowflake Show documentation
Show all versions of sedona-snowflake Show documentation
A cluster computing system for processing large-scale spatial data: Snowflake API.
The newest version!
create or replace function {KW_SCHEMA_NAME}.{KW_FUNCTION_NAME} ({KW_ARG_SPEC})
returns {KW_RETURN_TYPE}
language java
{KW_NULL_INPUT_CONF}
{KW_IMMUTABLE_CONF}
imports = ('{KW_STAGE_NAME}/sedona-snowflake-{KW_SEDONA_VERSION}.jar', '{KW_STAGE_NAME}/geotools-wrapper-{KW_GEOTOOLS_VERSION}.jar')
handler = '{KW_HANDLER_NAME}'
;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy