Function operator::statement::admin::args_to_vector

source ·
fn args_to_vector(
    type_signature: &TypeSignature,
    args: &Vec<&Value>,
    query_ctx: &QueryContextRef,
) -> Result<Vec<VectorRef>>
Expand description

Try to cast the arguments to vectors by function’s signature.