Module udf::prelude

source ·
Expand description

Module that can be imported with use udf::prelude::*; to quickly get the most often used imports.

Re-exports

pub use crate::AggregateUdf;
pub use crate::BasicUdf;
pub use crate::Init;
pub use crate::Process;
pub use crate::ProcessError;

Macros

Print a formatted log message to stderr to display in server logs

Structs

A collection of SQL arguments
An integer that is known not to equal zero.
A single SQL argument, including its attributes
A collection of SQL arguments

Enums

A possible SQL result consisting of a type and nullable value
Enum representing possible SQL result types

Attribute Macros

Register exposed function names required for a UDF