Function script::python::ffi_types::copr::check_args_anno_real_type

source ·
pub(crate) fn check_args_anno_real_type(
    arg_names: &[String],
    args: &[PyVector],
    copr: &Coprocessor,
    rb: &RecordBatch,
) -> Result<()>
Expand description

match between arguments’ real type and annotation types if type anno is vector[_] then use real type(from RecordBatch’s schema)