risingwave_common::system_param

Macro def_key

source
macro_rules! def_key {
    ($({ $field:ident, $($rest:tt)* },)*) => { ... };
}
Expand description

Define key constants for fields in PbSystemParams for use of other modules.