Crate risingwave_expr_impl

Source
Expand description

Function implementations.

To enable functions in this crate, add the following line to your code:

risingwave_expr_impl::enable!();

Modulesยง

aggregate ๐Ÿ”’
scalar ๐Ÿ”’
table_function ๐Ÿ”’
udf ๐Ÿ”’
window_function ๐Ÿ”’

Macrosยง

enable
Enable functions in this crate.