Function expr::scalar::func::bit_length[][src]

fn bit_length<'a, B>(bytes: B) -> Result<Datum<'a>, EvalError> where
    B: AsRef<[u8]>,