fn filter_bytes<T>(
array: &GenericByteArray<T>,
predicate: &FilterPredicate,
) -> GenericByteArray<T>where
T: ByteArrayType,
Expand description
filter
implementation for byte arrays
Note: NULLs with a non-zero slot length in array
will have the corresponding
data copied across. This allows handling the null mask separately from the data