Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 1.24 KB

File metadata and controls

64 lines (33 loc) · 1.24 KB

Catalog

Sentiment Analysis (VADER)

Perform sentiment analysis on a string of english text. This is an example of a TVF.

code

Dates

Calculate the next saturday after a provided date.

code

Power

Calculate X to the power of Y.

code

Regex

Capture the first match of a regular expression. This examples demonstrates using thread-local storage to retain state between multiple invocations of a UDF.

code

Echo

Echo an input phrase twice. This example demonstrates using the remote debugging tool.

code

Split

Split a string of text on a delimiter.

code

Fake User Generator

Use the Faker library to generate some fake user profiles.

code

code with remote debugging instrumentation

Geo

Provides some missing geospatial functions as UDFs, replicating the equivalent PostGIS functions. Uses the geo and wkt crates.

code

XPath

Query XML documents using XPath expressions.

code

JSONPath

Query JSON objects using JSONPath expressions.

code