risingwave_expr_macro::utils

Function to_camel_case

source
pub fn to_camel_case(input: &str) -> String
Expand description

Convert a string from snake_case to CamelCase.