Function datafusion::common::arrow::compute::kernels::comparison::nlike

source ยท
pub fn nlike(
    left: &dyn Datum,
    right: &dyn Datum
) -> Result<BooleanArray, ArrowError>
Expand description

Perform SQL left NOT LIKE right

See the documentation on like for more details