risingwave_frontend::expr

Function infer_type

source
pub fn infer_type(
    func_name: FuncName,
    inputs: &mut [ExprImpl],
) -> Result<DataType, RwError>