Derive Macro common_macro::AggrFuncTypeStore

source ยท
#[derive(AggrFuncTypeStore)]
Expand description

Make struct implemented trait AggrFuncTypeStore, which is necessary when writing UDAF. This derive macro is expect to be used along with attribute macro as_aggr_func_creator.