pub fn register_streaming_functions(ctx: &SessionContext)Expand description
Registers LaminarDB streaming UDFs with a session context. The
watermark() UDF is registered in unset mode (always returns NULL);
use register_streaming_functions_with_watermark to provide a
live watermark source from Ring 0.