Expand description
Bindings to C for SQL UDF-related types
Types in this module were autogenerated. Documentation mostly comes from the C header file, but some clarifications were added. Some mut -> const changes were done as makes sense.
To regenerate this file, run:
bindgen udf_registration_types.c \
--default-enum-style=rust_non_exhaustive \
--no-derive-copyYou’re off the edge of the map, mate. Here there be monsters!
Structs
Representation of a sequence of SQL arguments
Information about the result of a user defined function
Enums
Type of the user defined function return slot and arguments
A UDF function type indicator, currently unused
Constants
Type Definitions
Function signature of an
xxx_add(...) aggregate functionFunction signature of a void functin (unused)
Function signature of an
xxx_clear(...) aggregate functionFunction signature of an
xxx_deinit(...) functionFunction signature of an
xxx(...) function returning a SQL realFunction signature of an
xxx_init(...) functionFunction signature of an
xxx(...) function returning a SQL intFunction signature of an
xxx(...) function returning a SQL string