Function arrow::compute::kernels::length::bit_length[][src]

pub fn bit_length(array: &dyn Array) -> Result<ArrayRef>
Expand description

Returns an array of Int32/Int64 denoting the number of bits in each string in the array.

  • this only accepts StringArray/Utf8 and LargeString/LargeUtf8
  • bit_length of null is null.
  • bit_length is in number of bits