Trait udf::UdfState

source ·
pub trait UdfState: Debug + PartialEq { }
Expand description

A state of the UDF, representing either Init or Process

This is a zero-sized type used to control what operations are allowed at different times.

Implementors§