Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::common::arrow::compute::kernels::filter - Rust
[go: Go Back, main page]

datafusion::common::arrow::compute::kernels

Module filter

Source
Expand description

Defines filter kernels

Structs§

Functions§

  • build_filterDeprecated
    Returns a prepared function optimized to filter multiple arrays.
  • Returns a filtered values Array where the corresponding elements of predicate are true.
  • Returns a filtered RecordBatch where the corresponding elements of predicate are true.
  • Remove null values by do a bitmask AND operation with null bits and the boolean bits.

Type Aliases§

  • FilterDeprecated
    Function that can filter arbitrary arrays