macro_rules! impl_optimizer_feature_type {
($($type:ty),*) => { ... };
}Expand description
A macro that implements OptimizerFeatureType for most common types.
WARNING: changing the definition of this macro might break catalog
re-hydration for some catalog items (such as entries for CREATE CLUSTER ... FEATURES(...) statements).