risingwave_meta_model

Macro derive_from_blob

source
macro_rules! derive_from_blob {
    ($struct_name:ident, $field_type:ty) => { ... };
}
Expand description

Defines struct with a byte array that derives DeriveValueType, it will helps to map blob stored in database to Pb struct.