risingwave_frontend::handler::create_sql_function

Function create_mock_udf_context

source
fn create_mock_udf_context(
    arg_types: Vec<DataType>,
    arg_names: Vec<String>,
) -> HashMap<String, ExprImpl>
Expand description

Create a mock udf_context, which is used for semantic check