Module script::python::rspython::builtins

source ·
Expand description

Builtin module contains GreptimeDB builtin udf/udaf

Modules§

Macros§

  • The macro for binding function in datafusion_physical_expr::expressions(most of them are aggregate function)
  • use to bind to Data Fusion’s UDF function P.S: seems due to proc macro issues, can’t just use #[pyfunction] in here

Functions§