Module Polars.Fill_null_strategy

type t =
  1. | Backward of int option
  2. | Forward of int option
  3. | Mean
  4. | Min
  5. | Max
  6. | Zero
  7. | One
  8. | Max_bound
  9. | Min_bound
include Ppx_quickcheck_runtime.Quickcheckable.S with type t := t
val quickcheck_generator : t Base_quickcheck.Generator.t
val quickcheck_observer : t Base_quickcheck.Observer.t
val quickcheck_shrinker : t Base_quickcheck.Shrinker.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
module For_testing : sig ... end