polars-runtime-32 1.36.0b1__tar.gz → 1.36.0b2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/Cargo.lock +3 -3
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/PKG-INFO +1 -1
- polars_runtime_32-1.36.0b2/crates/polars/tests/it/time/date.rs +94 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/eval.rs +4 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/asof/mod.rs +59 -43
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/c_api/mod.rs +1 -1
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/lib.rs +2 -1
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/projection/builder.rs +0 -1
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/skeleton.rs +3 -3
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/kernels.rs +19 -31
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/py-polars/runtime/polars-runtime-32/Cargo.toml +1 -1
- polars_runtime_32-1.36.0b1/crates/polars/tests/it/time/date.rs +0 -44
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/_polars_runtime_32/__init__.py +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/src/docs/eager.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/src/docs/lazy.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/src/docs/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/src/sql.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/binary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/binary/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/binary/mutable_values.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/binary/to_mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/binview/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/boolean/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/boolean/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/dictionary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/dictionary/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/equal/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/equal/dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/equal/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/equal/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/equal/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/equal/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/equal/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/fixed_size_binary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/fixed_size_binary/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/fixed_size_list/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/fixed_size_list/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/list/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/list/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/map/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/primitive/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/primitive/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/primitive/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/primitive/to_mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/struct_/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/struct_/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/union.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/utf8/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/utf8/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/utf8/mutable_values.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/utf8/to_mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/assign_ops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/bitmap_ops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/immutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/utils/bit_chunks_exact.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/utils/chunk_iter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/utils/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/utils/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/utils/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/utils/slice_iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/utils/zip_validity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/buffer/immutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/buffer/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/compute/aggregate/memory.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/compute/aggregate/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/compute/arity_assign.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/compute/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/compute/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/compute/boolean_kleene.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/compute/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/ffi/data.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/ffi/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/ffi/stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/io/ipc/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/io/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/scalar/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/chunks/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/chunks/parquet.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/date_like.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/joins.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/ops/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/ops/take.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/random.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/rolling_window.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/series.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/core/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/avro/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/avro/read.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/avro/read_async.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/avro/write.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/avro/write_async.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/csv.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/ipc.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/ipc_stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/json.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/arrow/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/arrow/read.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/arrow/write.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/deserialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/dictionary/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/dictionary/fixed_len_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/dictionary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/dictionary/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/fixed_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/primitive_nested.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/row_group.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/read/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/roundtrip.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/write/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/write/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/write/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/parquet/write/sidecar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/io/partitioned.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/joins.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/aggregation.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/cse.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/cwc.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/explodes.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/apply.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/arity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/expand.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/filter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/is_in.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/literals.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/expressions/window.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/exprs.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/folds.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/group_by_dynamic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/predicate_queries.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/projection_queries.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/queries.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/lazy/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/main.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/time/date_range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/time/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/mutable_values.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binary/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binview/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binview/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binview/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binview/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binview/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binview/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binview/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/binview/view.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/boolean/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/boolean/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/boolean/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/boolean/from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/boolean/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/boolean/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/boolean/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/boolean/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/dictionary/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/dictionary/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/dictionary/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/dictionary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/dictionary/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/dictionary/typed_iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/dictionary/value_map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/binary_view.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/union.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/equal/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_binary/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_binary/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_binary/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_binary/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_binary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_binary/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_list/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_list/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_list/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_list/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_list/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_list/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fixed_size_list/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/indexable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/list/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/list/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/list/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/list/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/list/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/list/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/list/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/map/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/map/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/map/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/map/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/physical_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/primitive/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/primitive/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/primitive/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/primitive/from_natural.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/primitive/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/primitive/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/primitive/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/primitive/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/specification.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/static_array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/static_array_collect.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/struct_/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/struct_/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/struct_/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/struct_/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/struct_/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/struct_/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/total_ord.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/union/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/union/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/union/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/union/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/utf8/ffi.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/utf8/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/utf8/from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/utf8/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/utf8/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/utf8/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/utf8/mutable_values.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/array/values.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/aligned.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/assign_ops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/bitmap_ops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/bitmask.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/immutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/mutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/chunk_iterator/chunks_exact.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/chunk_iterator/merge.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/chunk_iterator/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/chunks_exact_mut.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/slice_iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/bitmap/utils/zip_validity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/buffer/immutable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/buffer/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/buffer/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/aggregate/memory.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/aggregate/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/arity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/arity_assign.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/boolean_kleene.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/concatenate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/decimal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/temporal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/compute/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/datatypes/field.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/datatypes/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/datatypes/physical_type.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/datatypes/reshape.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/datatypes/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/doc/lib.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/ffi/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/ffi/bridge.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/ffi/generated.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/ffi/mmap.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/ffi/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/ffi/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/ffi/stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/read/deserialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/read/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/read/nested.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/read/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/read/util.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/write/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/write/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/avro/write/serialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/append/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/compression.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/endianness.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/binview.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/union.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/array/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/common.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/deserialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/error.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/flight.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/read_basic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/reader.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/read/stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/common.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/common_sync.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/binview.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/fixed_sized_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/serialize/union.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/ipc/write/writer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/io/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/array/default_arrays.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/array/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/array/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/array/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/array/slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/array/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/bit_util.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/conversion.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/error.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/index.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/is_valid.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/set.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/sort_partition.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/sorted_join/inner.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/sorted_join/left.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/sorted_join/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/string.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/take_agg/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/take_agg/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/take_agg/var.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/kernels/time.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/time_zone.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/trusted_len/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/trusted_len/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/trusted_len/push_unchecked.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/trusted_len/rev.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/legacy/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/mmap/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/mmap/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/offset.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/pushable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/record_batch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/binview.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/equal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/union.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/scalar/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/storage.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/temporal_conversions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/trusted_len.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/types/aligned_bytes.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/types/bit_chunk.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/types/index.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/types/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/types/native.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/types/offset.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/util/macros.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-arrow/src/util/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/arithmetic/float.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/arithmetic/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/arithmetic/pl_num.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/arithmetic/signed.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/arithmetic/unsigned.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/arity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/binview_index_map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/bitwise/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cardinality.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/binary_to.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/binview_to.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/boolean_to.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/decimal_to.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/dictionary_to.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/primitive_to.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/temporal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/cast/utf8_to.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/dyn_array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/scalar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/simd.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/comparisons/view.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/decimal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/ewm/cov.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/ewm/mean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/ewm/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/ewm/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/filter/avx512.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/filter/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/filter/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/filter/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/filter/scalar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/find_validity_mismatch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/float_sum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/binview.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/bitmap.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/generic_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/structure.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/sublist/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/sublist/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/gather/sublist/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/horizontal_flatten/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/horizontal_flatten/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/hyperloglogplus.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/if_then_else/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/if_then_else/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/if_then_else/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/if_then_else/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/if_then_else/scalar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/if_then_else/simd.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/if_then_else/view.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/min_max/dyn_array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/min_max/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/min_max/scalar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/min_max/simd.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/moment.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/propagate_dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/propagate_nulls.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/mean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/moment.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/no_nulls/mean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/no_nulls/min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/no_nulls/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/no_nulls/moment.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/no_nulls/quantile.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/no_nulls/rank.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/no_nulls/sum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/nulls/mean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/nulls/min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/nulls/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/nulls/moment.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/nulls/quantile.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/nulls/rank.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/nulls/sum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/quantile_filter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/rank.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/sum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/rolling/window.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/size.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/sum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/trim_lists_to_normalized_offsets.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/unique/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/unique/dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/unique/distinct.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/unique/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-compute/src/unique/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/arithmetic/decimal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/arithmetic/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/arithmetic/numeric.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/array/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/binary_offset.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/categorical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/list/anonymous.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/list/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/list/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/list/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/list/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/list/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/builder/string.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/cast.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/collect.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/comparison/categorical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/comparison/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/comparison/scalar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/drop.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/flags.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/float.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/from_iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/from_iterator_par.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/iterator/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/iterator/par/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/iterator/par/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/iterator/par/string.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/list/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/list/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/logical/categorical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/logical/date.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/logical/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/logical/decimal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/logical/duration.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/logical/extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/logical/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/logical/time.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ndarray.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/extension/drop.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/extension/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/extension/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/extension/polars_extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/is_valid.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/object/registry.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/aggregate/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/aggregate/quantile.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/aggregate/var.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/any_value.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/append.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/apply.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/approx_n_unique.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/arity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/bit_repr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/bits.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/bitwise_reduce.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/chunkops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/compare_inner.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/decimal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/downcast.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/explode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/explode_and_offsets.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/extend.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/fill_null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/filter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/float_sorted_arg_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/for_each.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/full.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/gather.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/nesting_utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/nulls.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/reverse.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/rolling_window.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/row_encode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/search_sorted.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/set.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/shift.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/sort/arg_bottom_k.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/sort/arg_sort.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/sort/arg_sort_multiple.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/sort/categorical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/sort/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/sort/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/unique/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/ops/zip.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/random.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/struct_/frame.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/struct_/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/temporal/conversion.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/temporal/date.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/temporal/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/temporal/duration.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/temporal/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/temporal/time.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/to_vec.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/chunked_array/trusted_len.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/config.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/_serde.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/aliases.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/any_value.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/dtype.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/extension/generic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/extension/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/extension/registry.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/field.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/into_scalar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/static_array_collect.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/temporal/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/temporal/time_unit.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/datatypes/temporal/time_zone.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/error.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/arithmetic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/chunks.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/column/arithmetic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/column/compare.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/column/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/column/scalar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/column/series.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/explode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/aggregations/agg_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/aggregations/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/aggregations/dispatch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/aggregations/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/aggregations/string.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/hashing.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/into_groups.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/group_by/position.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/horizontal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/row/av_buffer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/row/dataframe.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/row/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/row/transpose.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/top_k.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/upstream_traits.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/frame/validation.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/hashing/identity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/hashing/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/hashing/vector_hasher.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/named_from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/random.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/scalar/from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/scalar/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/scalar/new.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/scalar/serde.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/schema/iceberg.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/schema/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/serde/chunked_array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/serde/df.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/serde/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/serde/series.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/amortized_iter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/any_value.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/arithmetic/bitops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/arithmetic/borrowed.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/arithmetic/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/arithmetic/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/arithmetic/list_utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/arithmetic/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/arithmetic/owned.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/categorical_to_arrow.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/comparison.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/binary_offset.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/categorical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/date.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/decimal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/duration.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/floats.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/object.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/string.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/implementations/time.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/into.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/ops/downcast.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/ops/extend.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/ops/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/ops/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/ops/reshape.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/series/series_trait.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/testing.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/tests.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/utils/any_value.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/utils/flatten.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/utils/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/utils/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/utils/series.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-core/src/utils/supertype.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-dtype/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-dtype/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-dtype/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-dtype/src/categorical/catsize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-dtype/src/categorical/mapping.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-dtype/src/categorical/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-dtype/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-error/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-error/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-error/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-error/src/constants.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-error/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-error/src/python.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-error/src/signals.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-error/src/warning.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/business.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/cat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/cum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/groups_dispatch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/horizontal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/misc.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/pow.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/random.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/range/datetime_range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/range/int_range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/range/linear_space.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/range/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/range/time_range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/range/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/rolling.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/rolling_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/round.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/shift_and_fill.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/strings.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/temporal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/dispatch/trigonometry.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/aggregation.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/alias.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/apply.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/cast.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/column.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/count.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/element.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/filter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/gather.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/group_iter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/literal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/rolling.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/sort.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/sortby.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/ternary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/window.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/groups/binview.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/groups/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/groups/row_encoded.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/groups/single_key.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/hash_keys.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/hot_groups/binview.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/hot_groups/fixed_index_table.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/hot_groups/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/hot_groups/row_encoded.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/hot_groups/single_key.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/idx_table/binview.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/idx_table/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/idx_table/row_encoded.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/idx_table/single_key.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/planner.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/any_all.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/approx_n_unique.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/convert.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/count.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/first_last.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/first_last_nonnull.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/len.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/mean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/sum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/reduce/var_std.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/state/execution_state.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/state/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/state/node_timer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ffi/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ffi/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ffi/src/version_0.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/avro/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/avro/read.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/avro/write.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/catalog/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/catalog/unity/client.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/catalog/unity/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/catalog/unity/models.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/catalog/unity/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/catalog/unity/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/cloud/adaptors.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/cloud/credential_provider.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/cloud/glob.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/cloud/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/cloud/object_store_setup.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/cloud/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/cloud/polars_object_store.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/buffer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/parser.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/read_impl/batched.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/read_impl.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/reader.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/schema_inference.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/splitfields.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/read/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/write/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/write/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/write/write_impl/serializer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/write/write_impl.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/csv/write/writer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/cache.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/cache_lock.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/entry.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/eviction.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/file_fetcher.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/file_lock.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/metadata.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/file_cache/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/hive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ipc/ipc_file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ipc/ipc_reader_async.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ipc/ipc_stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ipc/mmap.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ipc/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ipc/write.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/json/infer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/json/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/mmap.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ndjson/buffer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ndjson/core.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/ndjson/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/metadata.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/read/async_impl.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/read/mmap.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/read/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/read/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/read/read_impl.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/read/reader.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/read/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/write/batched_writer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/write/key_value_metadata.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/write/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/write/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/parquet/write/writer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/partition.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/path_utils/hugging_face.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/path_utils/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/pl_async.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/predicates.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/scan_lines.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/shared.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/utils/byte_source.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/utils/compression.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/utils/file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/utils/mkdir.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/utils/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/utils/other.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/utils/slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-io/src/utils/sync_on_close.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/json/deserialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/json/infer_schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/json/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/json/write/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/json/write/serialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/json/write/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/ndjson/deserialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/ndjson/file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/ndjson/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-json/src/ndjson/write.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/dot.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/dsl/functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/dsl/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/frame/cached_arenas.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/frame/err.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/frame/exitable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/frame/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/frame/python.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/scan/anonymous_scan.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/scan/catalog.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/scan/csv.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/scan/file_list_reader.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/scan/ipc.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/scan/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/scan/ndjson.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/scan/parquet.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/aggregations.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/arity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/cse.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/io.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/logical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/optimization_checks.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/pdsh.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/predicate_queries.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/projection_queries.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/queries.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-lazy/src/tests/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/cache.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/executor.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/ext_context.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/filter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/group_by_dynamic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/group_by_rolling.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/group_by_streaming.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/hconcat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/join.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/merge_sorted.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/projection.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/projection_simple.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/projection_utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/scan/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/scan/python_scan.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/sink.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/sort.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/stack.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/udf.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/union.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/executors/unique.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/planner/lp.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/planner/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/scan_predicate/functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/scan_predicate/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-mem-engine/src/scan_predicate/skip_files_mask.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/any_all.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/count.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/dispersion.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/get.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/join.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/namespace.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/sum_mean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/array/to_struct.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/binary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/binary/namespace.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/cov.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/datetime/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/datetime/replace_time_zone.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/gather/chunked.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/gather/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/gather_skip_nulls.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/hist.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/any_all.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/count.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/dispersion.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/get.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/namespace.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/sets.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/sum_mean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/list/to_struct.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/mode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/nan_propagating_aggregate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/peaks.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/repeat_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/scatter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/case.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/concat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/escape_regex.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/extract.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/find_many.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/json_path.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/namespace.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/normalize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/pad.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/reverse.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/split.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/strip.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/substring.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/unicode_internals/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/strings/unicode_internals/unicode_data.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/sum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/chunked_array/top_k.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/args.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/asof/default.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/asof/groups.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/cross_join.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/dispatch_left_right.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/general.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/hash_join/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/hash_join/single_keys.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/hash_join/single_keys_dispatch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/hash_join/single_keys_inner.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/hash_join/single_keys_left.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/hash_join/single_keys_outer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/hash_join/single_keys_semi_anti.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/hash_join/sort_merge.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/iejoin/filtered_bit_array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/iejoin/l1_l2.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/iejoin/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/merge_sorted.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/join/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/frame/unpivot.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/abs.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/arg_min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/business.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/clip.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/concat_arr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/cum_agg.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/cut.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/diff.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/duration.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/eager.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/ewm.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/ewm_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/floor_divide.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/fused.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/horizontal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/index.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/index_of.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/int_range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/interpolation/interpolate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/interpolation/interpolate_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/interpolation/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/is_between.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/is_close.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/is_first_distinct.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/is_in.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/is_last_distinct.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/is_unique.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/linear_space.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/log.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/moment.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/negate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/not.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/pct_change.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/rank.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/reinterpret.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/replace.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/rle.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/rolling.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/round.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/search_sorted.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/strings.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/to_dummies.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/unique.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-ops/src/series/ops/various.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binary/dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binary/plain.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binview/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binview/optional.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binview/optional_masked.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binview/predicate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binview/required.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/binview/required_masked.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/categorical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/optional.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/optional_masked_dense.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/predicate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/required.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/required_masked_dense.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/nested.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/nested_utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/null.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/float.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/integer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/plain/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/plain/predicate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/plain/required.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/simple.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/utils/array_chunks.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/utils/filter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/deserialize/utils/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/schema/convert.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/schema/metadata.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/schema/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/read/statistics.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/binary/basic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/binary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/binary/nested.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/binview/basic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/binview/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/binview/nested.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/boolean/basic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/boolean/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/boolean/nested.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/dictionary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/fixed_size_binary/basic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/fixed_size_binary/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/fixed_size_binary/nested.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/nested/dremel/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/nested/dremel/tests.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/nested/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/pages.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/primitive/basic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/primitive/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/primitive/nested.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/row_group.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/arrow/write/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/bloom_filter/hash.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/bloom_filter/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/bloom_filter/read.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/bloom_filter/split_block.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/compression.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/bitpacked/decode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/bitpacked/encode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/bitpacked/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/bitpacked/pack.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/bitpacked/unpack.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/byte_stream_split/decoder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/byte_stream_split/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_bitpacked/decoder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_bitpacked/encoder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_bitpacked/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_byte_array/decoder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_byte_array/encoder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_byte_array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_length_byte_array/decoder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_length_byte_array/encoder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/delta_length_byte_array/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/hybrid_rle/bitmap.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/hybrid_rle/encoder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/hybrid_rle/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/hybrid_rle/proptest.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/plain_byte_array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/uleb128.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/encoding/zigzag_leb128.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/error.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/metadata/column_chunk_metadata.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/metadata/column_descriptor.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/metadata/column_order.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/metadata/file_metadata.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/metadata/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/metadata/row_metadata.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/metadata/schema_descriptor.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/metadata/sort.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/page/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/parquet_bridge.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/column/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/compression.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/levels.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/metadata.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/page/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/page/reader.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/page/stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/read/stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/io_message/from_message.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/io_message/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/io_thrift/from_thrift.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/io_thrift/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/io_thrift/to_thrift.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/types/basic_type.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/types/converted_type.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/types/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/types/parquet_type.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/types/physical_type.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/schema/types/spec.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/statistics/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/statistics/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/statistics/fixed_len_binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/statistics/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/statistics/primitive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/types.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/column_chunk.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/compression.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/dyn_iter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/indexes/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/indexes/serialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/indexes/write.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/page.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/row_group.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/statistics.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-parquet/src/parquet/write/stream.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/dsl-schema-hashes.json +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/bin/dsl-schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/callback.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/client/check.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/client/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/constants.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/arithmetic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/arity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/builder_dsl.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/cat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/datatype_expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/dt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/expr/anonymous/agg.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/expr/anonymous/expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/expr/anonymous/json_schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/expr/anonymous/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/expr/anonymous/named_serde.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/expr/anonymous/serde_expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/expr/datatype_fn.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/expr/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/file_scan/default_values.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/file_scan/deletion.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/file_scan/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/file_scan/python_dataset.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/format.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/from.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/business.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/cat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/correlation.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/pow.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/random.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/rolling.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/rolling_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/strings.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/function_expr/trigonometry.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/business.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/coerce.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/concat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/correlation.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/horizontal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/index.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/repeat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/selectors.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/syntactic_sugar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/functions/temporal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/match_to_schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/meta.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/name.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/options/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/options/sink.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/options/sink2.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/plan.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/python_dsl/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/python_dsl/python_udf.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/python_dsl/source.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/random.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/scan_sources.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/selector.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/serializable_plan.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/statistics.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/string.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/dsl/udf.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/frame/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/frame/opt_state.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/equality.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/evaluate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/business.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/cat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/correlation.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/cum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/fused.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/plugin.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/pow.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/random.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/rolling.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/rolling_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/row_encode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/strings.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/struct_.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/function_expr/trigonometry.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/hash.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/minterm_iter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/predicates/column_expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/predicates/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/predicates/skip_batches.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/properties/general.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/properties/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/scalar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/aexpr/traverse.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/anonymous_scan.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/apply.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/builder_ir.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/convert_utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/concat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/datatype_fn_to_ir.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/expr_expansion.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/expr_to_ir.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/join.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/scans.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/ir_to_dsl.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/stack_opt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/type_check/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/type_coercion/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/type_coercion/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/type_coercion/functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/type_coercion/is_in.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/conversion/type_coercion/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/debug.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/expr_ir.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/functions/count.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/functions/dsl.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/functions/hint.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/functions/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/functions/python_udf.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/functions/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/hive.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/ir/dot.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/ir/format.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/ir/inputs.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/ir/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/ir/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/ir/tree_format.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/ir/visualization/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/ir/visualization/models.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/iterator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/lit.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/cluster_with_columns.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/collapse_and_project.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/collect_members.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/count_star.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/cse/cache_states.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/cse/csee.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/cse/cspe.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/cse/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/delay_rechunk.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/expand_datasets.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/flatten_union.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/fused.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/join_utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/join.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/keys.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/rename.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/functions/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/functions/unpivot.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/generic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/hconcat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/hstack.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/joins.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/projection.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/set_order/expr_pullup.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/set_order/expr_pushdown.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/set_order/ir_pullup.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/set_order/ir_pushdown.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/set_order/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/simplify_expr/arity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/simplify_expr/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/simplify_expr/simplify_functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/slice_pushdown_expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/slice_pushdown_lp.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/sortedness.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/optimizer/stack_opt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/prune.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/python/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/python/predicate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/python/pyarrow.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/python/source.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/python/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/visitor/expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/visitor/hash.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/visitor/lp.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/visitor/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/plans/visitor/visitors.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-plan/src/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/batched_csv.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/c_api/allocator.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/catalog/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/catalog/unity.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/cloud_client.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/cloud_server.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/conversion/any_value.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/conversion/categorical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/conversion/chunked_array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/conversion/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/conversion/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataframe/construction.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataframe/export.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataframe/general.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataframe/io.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataframe/map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataframe/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataframe/serde.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataset/dataset_provider_funcs.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/dataset/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/datatypes.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/error.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/exceptions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/export.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/array.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/bitwise.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/categorical.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/datatype.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/general.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/list.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/meta.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/name.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/rolling.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/selector.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/serde.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/string.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/expr/struct.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/extension.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/aggregation.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/business.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/eager.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/io.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/lazy.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/meta.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/misc.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/random.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/string_cache.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/strings.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/functions/whenthen.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/interop/arrow/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/interop/arrow/to_py.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/interop/arrow/to_rust.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/interop/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/interop/numpy/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/interop/numpy/to_numpy_df.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/interop/numpy/to_numpy_series.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/interop/numpy/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/io/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/io/scan_options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/io/sink_options.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/io/sink_output.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/exitable.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/general.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/optflags.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/serde.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/sink.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/visit.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/visitor/expr_nodes.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/visitor/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazyframe/visitor/nodes.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lazygroupby.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/map/lazy.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/map/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/map/series.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/object.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/on_startup.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/py_modules.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/aggregation.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/arithmetic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/buffers.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/c_interface.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/comparison.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/construction.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/export.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/general.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/import.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/numpy_ufunc.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/series/scatter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/sql.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/testing/frame.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/testing/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/testing/series.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/timeout.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/decode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/encode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/fixed/boolean.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/fixed/decimal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/fixed/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/fixed/numeric.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/row.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/variable/binary.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/variable/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/variable/no_order.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/variable/utf8.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-row/src/widths.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-schema/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-schema/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-schema/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-schema/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-schema/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-schema/src/schema.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/src/context.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/src/function_registry.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/src/functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/src/keywords.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/src/sql_expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/src/table_functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/src/types.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/empty_table_function.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/functions_aggregate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/functions_cumulative.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/functions_io.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/functions_math.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/functions_meta.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/functions_string.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/issues.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/ops_distinct_on.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/simple_exprs.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/statements.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-sql/tests/udf.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_executor/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_executor/park_group.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_executor/task.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/connector.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/distributor_channel.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/linearizer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/morsel_linearizer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/oneshot_channel.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/opt_spawned_future.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/task_parker.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/async_primitives/wait_group.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/dispatch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/execute.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/expression.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/graph.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/metrics.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/morsel.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/callback_sink.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/cum_agg.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/dynamic_group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/dynamic_slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/ewm.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/filter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/gather_every.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/in_memory_map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/in_memory_sink.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/in_memory_source.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/input_independent_select.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/csv.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/ipc.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/json.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/metrics.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/parquet.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/partition/by_key.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/partition/max_size.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/partition/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/partition/parted.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sinks/phase.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/batch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/csv.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/ipc.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/apply_extra_ops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/bridge.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/column_selector/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/column_selector/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/column_selector/transform.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/default_field_values.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/errors.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/forbid_extra_columns.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/physical_slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/projection/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/reader_operation_pushdown.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/row_deletions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/config.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/functions/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/functions/resolve_projections.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/functions/resolve_slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/initialization.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/models.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/attach_reader_to_bridge.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/bridge.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/post_apply_extra_ops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/reader_starter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/reader_interface/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/reader_interface/capabilities.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/reader_interface/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/multi_scan/reader_interface/output.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/ndjson/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/ndjson/chunk_reader.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/ndjson/line_batch_distributor.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/ndjson/line_batch_processor.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/ndjson/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/ndjson/negative_slice_pass.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/ndjson/row_index_limit_pass.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/parquet/builder.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/parquet/init.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/parquet/metadata_utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/parquet/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/parquet/projection.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/parquet/row_group_data_fetch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/parquet/row_group_decode.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/io_sources/parquet/statistics.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/joins/cross_join.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/joins/equi_join.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/joins/in_memory.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/joins/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/joins/semi_anti_join.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/merge_sorted.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/multiplexer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/negative_slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/ordered_union.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/peak_minmax.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/reduce.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/repeat.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/rle.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/rle_id.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/rolling_group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/select.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/shift.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/simple_projection.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/sorted_group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/streaming_slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/top_k.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/with_row_index.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/nodes/zip.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/io/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/io/python_dataset.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/lower_expr.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/lower_group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/lower_ir.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/to_graph.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/visualization/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/physical_plan/visualization/models.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/pipe.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/utils/in_memory_linearize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/utils/late_materialized_df.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/utils/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/utils/task_handles_ext.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-testing/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-testing/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-testing/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-testing/src/asserts/frame.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-testing/src/asserts/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-testing/src/asserts/series.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-testing/src/asserts/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-testing/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/base_utc_offset.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/date.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/datetime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/duration.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/rolling_window/dispatch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/rolling_window/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/rolling_window/rolling_kernels/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/rolling_window/rolling_kernels/no_nulls.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/string/infer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/string/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/string/patterns.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/string/strptime.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/chunkedarray/time.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/date_range.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/dst_offset.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/group_by/dynamic.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/group_by/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/month_end.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/month_start.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/offset_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/prelude.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/replace.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/round.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/series/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/truncate.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/upsample.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/utils.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/windows/bounds.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/windows/calendar.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/windows/duration.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/windows/group_by.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/windows/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/windows/test.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-time/src/windows/window.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/Cargo.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/abs_diff.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/algebraic_ops.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/aliases.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/arena.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/arg_min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/binary_search.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/cache.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/cardinality_sketch.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/cell.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/chunked_bytes_cursor.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/chunks.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/clmul.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/compression.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/config.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/cpuid.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/decimal.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/error.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/file.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/fixedringbuffer.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/float.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/float16.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/floor_divmod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/fmt.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/functions.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/hashing.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/idx_map/bytes_idx_map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/idx_map/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/idx_map/total_idx_map.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/idx_mapper.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/idx_vec.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/index.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/io.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/itertools/enumerate_idx.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/itertools/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/kahan_sum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/macros.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/mem.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/min_max.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/mmap.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/nulls.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/option.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/order_statistic_tree.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/parma/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/parma/raw/key.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/parma/raw/mod.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/parma/raw/probe.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/partitioned.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/pl_serialize.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/pl_str.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/plpath.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/priority.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/python_convert_registry.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/python_function.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/regex_cache.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/relaxed_cell.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/row_counter.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/select.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/slice.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/slice_enum.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/sort.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/sparse_init_vec.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/sync.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/sys.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/total_ord.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/unique_id.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/vec.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-utils/src/with_drop.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/py-polars/runtime/polars-runtime-32/.gitignore +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/py-polars/runtime/polars-runtime-32/LICENSE +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/py-polars/runtime/polars-runtime-32/README.md +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/py-polars/runtime/polars-runtime-32/_polars_runtime_32/__init__.py +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/py-polars/runtime/polars-runtime-32/build.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/py-polars/runtime/polars-runtime-32/rust-toolchain.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/py-polars/runtime/polars-runtime-32/src/lib.rs +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/pyproject.toml +0 -0
- {polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/rust-toolchain.toml +0 -0
|
@@ -3610,7 +3610,7 @@ dependencies = [
|
|
|
3610
3610
|
|
|
3611
3611
|
[[package]]
|
|
3612
3612
|
name = "polars-runtime-32"
|
|
3613
|
-
version = "1.36.0-beta.
|
|
3613
|
+
version = "1.36.0-beta.2"
|
|
3614
3614
|
dependencies = [
|
|
3615
3615
|
"either",
|
|
3616
3616
|
"libc",
|
|
@@ -3621,7 +3621,7 @@ dependencies = [
|
|
|
3621
3621
|
|
|
3622
3622
|
[[package]]
|
|
3623
3623
|
name = "polars-runtime-64"
|
|
3624
|
-
version = "1.36.0-beta.
|
|
3624
|
+
version = "1.36.0-beta.2"
|
|
3625
3625
|
dependencies = [
|
|
3626
3626
|
"either",
|
|
3627
3627
|
"libc",
|
|
@@ -3632,7 +3632,7 @@ dependencies = [
|
|
|
3632
3632
|
|
|
3633
3633
|
[[package]]
|
|
3634
3634
|
name = "polars-runtime-compat"
|
|
3635
|
-
version = "1.36.0-beta.
|
|
3635
|
+
version = "1.36.0-beta.2"
|
|
3636
3636
|
dependencies = [
|
|
3637
3637
|
"either",
|
|
3638
3638
|
"libc",
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
use polars::prelude::*;
|
|
2
|
+
|
|
3
|
+
#[test]
|
|
4
|
+
fn test_datetime_parse_overflow_7631() {
|
|
5
|
+
let df = df![
|
|
6
|
+
"year"=> &[2020, 2021, 2022],
|
|
7
|
+
"month"=> &[1, 2, 3],
|
|
8
|
+
"day"=> &[1, 2, 3],
|
|
9
|
+
]
|
|
10
|
+
.unwrap()
|
|
11
|
+
.lazy();
|
|
12
|
+
|
|
13
|
+
let df = df.with_column(
|
|
14
|
+
concat_str([col("year"), col("month"), col("day")], "-", false) // produces e.g., `2020-1-1`
|
|
15
|
+
.str()
|
|
16
|
+
.strptime(
|
|
17
|
+
DataType::Datetime(TimeUnit::Milliseconds, None),
|
|
18
|
+
StrptimeOptions {
|
|
19
|
+
format: Some("%Y-%m-%_d".into()),
|
|
20
|
+
..Default::default()
|
|
21
|
+
},
|
|
22
|
+
lit("latest"),
|
|
23
|
+
)
|
|
24
|
+
.alias("dt1"),
|
|
25
|
+
);
|
|
26
|
+
let actual = df.collect().unwrap();
|
|
27
|
+
|
|
28
|
+
let expected = DataFrame::new(vec![
|
|
29
|
+
Column::new("year".into(), &[2020, 2021, 2022]),
|
|
30
|
+
Column::new("month".into(), &[1, 2, 3]),
|
|
31
|
+
Column::new("day".into(), &[1, 2, 3]),
|
|
32
|
+
Column::new(
|
|
33
|
+
"dt1".into(),
|
|
34
|
+
&[
|
|
35
|
+
AnyValue::Datetime(1577836800000, TimeUnit::Milliseconds, None),
|
|
36
|
+
AnyValue::Datetime(1612224000000, TimeUnit::Milliseconds, None),
|
|
37
|
+
AnyValue::Datetime(1646265600000, TimeUnit::Milliseconds, None),
|
|
38
|
+
],
|
|
39
|
+
),
|
|
40
|
+
])
|
|
41
|
+
.unwrap();
|
|
42
|
+
|
|
43
|
+
assert_eq!(actual, expected);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
#[test]
|
|
47
|
+
#[cfg(feature = "dtype-date")]
|
|
48
|
+
fn test_date_temporal_operations_11991() {
|
|
49
|
+
use polars::prelude::*;
|
|
50
|
+
|
|
51
|
+
let normal_date = 18628; // 2021-01-01
|
|
52
|
+
let s = Int32Chunked::new("".into(), &[normal_date])
|
|
53
|
+
.into_date()
|
|
54
|
+
.into_series();
|
|
55
|
+
|
|
56
|
+
let year = s.year().unwrap();
|
|
57
|
+
assert_eq!(year.get(0), Some(2021));
|
|
58
|
+
|
|
59
|
+
let month = s.month().unwrap();
|
|
60
|
+
assert_eq!(month.get(0), Some(1));
|
|
61
|
+
|
|
62
|
+
let day = s.day().unwrap();
|
|
63
|
+
assert_eq!(day.get(0), Some(1));
|
|
64
|
+
|
|
65
|
+
// Null values should remain null (regression test for #15313)
|
|
66
|
+
let s_with_null = Int32Chunked::new("".into(), &[Some(18628), None])
|
|
67
|
+
.into_date()
|
|
68
|
+
.into_series();
|
|
69
|
+
|
|
70
|
+
let year_with_null = s_with_null.year().unwrap();
|
|
71
|
+
assert_eq!(year_with_null.get(0), Some(2021));
|
|
72
|
+
assert_eq!(year_with_null.get(1), None);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
#[test]
|
|
76
|
+
#[cfg(feature = "dtype-date")]
|
|
77
|
+
fn test_out_of_range_date_year_11991() {
|
|
78
|
+
use polars::prelude::*;
|
|
79
|
+
|
|
80
|
+
// Out-of-range dates should return null instead of panicking or returning wrong values
|
|
81
|
+
// Regression test for #11991 where out-of-range dates silently returned the input value
|
|
82
|
+
let out_of_range_date = -96_465_659;
|
|
83
|
+
let s = Int32Chunked::new("".into(), &[out_of_range_date])
|
|
84
|
+
.into_date()
|
|
85
|
+
.into_series();
|
|
86
|
+
|
|
87
|
+
let year = s.year().unwrap();
|
|
88
|
+
// Should return null, not the input value -96465659
|
|
89
|
+
assert_eq!(year.get(0), None);
|
|
90
|
+
|
|
91
|
+
// is_leap_year should also return null for out-of-range dates
|
|
92
|
+
let is_leap = s.is_leap_year().unwrap();
|
|
93
|
+
assert_eq!(is_leap.get(0), None);
|
|
94
|
+
}
|
{polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-expr/src/expressions/eval.rs
RENAMED
|
@@ -105,6 +105,8 @@ impl EvalExpr {
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
let offsets = ca.offsets()?;
|
|
108
|
+
// Detect accidental inclusion of sliced-out elements from chunks after the 1st (if present).
|
|
109
|
+
assert_eq!(i64::try_from(flattened_len).unwrap(), *offsets.last());
|
|
108
110
|
|
|
109
111
|
// Create groups for all valid array elements.
|
|
110
112
|
let groups = if ca.has_nulls() {
|
|
@@ -248,6 +250,8 @@ impl EvalExpr {
|
|
|
248
250
|
});
|
|
249
251
|
}
|
|
250
252
|
|
|
253
|
+
assert_eq!(flattened_len, ca.width() * ca.len());
|
|
254
|
+
|
|
251
255
|
// Create groups for all valid array elements.
|
|
252
256
|
let groups = if ca.has_nulls() {
|
|
253
257
|
let validity = validity.as_ref().unwrap();
|
|
@@ -112,18 +112,22 @@ impl<T: PartialOrd> AsofJoinState<T> for AsofJoinBackwardState {
|
|
|
112
112
|
|
|
113
113
|
#[derive(Default)]
|
|
114
114
|
struct AsofJoinNearestState {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
115
|
+
/// The last value that is strictly smaller than the current
|
|
116
|
+
/// left value.
|
|
117
|
+
strictly_smaller: Option<IdxSize>,
|
|
118
|
+
/// If `allow_eq == false`: the first value strictly greater than the
|
|
119
|
+
/// current left value.
|
|
120
|
+
/// If `allow_eq == true`: the last value of the first chunk of equal
|
|
121
|
+
/// values that are strictly greater than the current left value.
|
|
122
|
+
upper_candidate: IdxSize,
|
|
118
123
|
allow_eq: bool,
|
|
119
124
|
}
|
|
120
125
|
|
|
121
126
|
impl<T: NumericNative> AsofJoinState<T> for AsofJoinNearestState {
|
|
122
127
|
fn new(allow_eq: bool) -> Self {
|
|
123
128
|
AsofJoinNearestState {
|
|
124
|
-
scan_offset: Default::default(),
|
|
125
|
-
best_bound: Default::default(),
|
|
126
129
|
allow_eq,
|
|
130
|
+
..Default::default()
|
|
127
131
|
}
|
|
128
132
|
}
|
|
129
133
|
#[inline]
|
|
@@ -135,50 +139,62 @@ impl<T: NumericNative> AsofJoinState<T> for AsofJoinNearestState {
|
|
|
135
139
|
) -> Option<IdxSize> {
|
|
136
140
|
// Skipping ahead to the first value greater than left_val. This is
|
|
137
141
|
// cheaper than computing differences.
|
|
138
|
-
while self.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
let scan_diff = left_val.abs_diff(scan_right_val);
|
|
149
|
-
|
|
150
|
-
lt_allow_eq(&scan_diff, &best_diff, self.allow_eq)
|
|
151
|
-
} else {
|
|
152
|
-
true
|
|
153
|
-
};
|
|
154
|
-
|
|
155
|
-
if scan_is_better {
|
|
156
|
-
self.best_bound = Some(self.scan_offset);
|
|
157
|
-
self.scan_offset += 1;
|
|
142
|
+
while self.upper_candidate < n_right {
|
|
143
|
+
let Some(scan_right_val) = right(self.upper_candidate) else {
|
|
144
|
+
self.upper_candidate += 1;
|
|
145
|
+
continue;
|
|
146
|
+
};
|
|
147
|
+
if scan_right_val > *left_val {
|
|
148
|
+
break;
|
|
149
|
+
}
|
|
150
|
+
self.upper_candidate += 1;
|
|
151
|
+
}
|
|
158
152
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
} else {
|
|
166
|
-
break;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
153
|
+
if self.allow_eq
|
|
154
|
+
&& self.upper_candidate > 0
|
|
155
|
+
&& right(self.upper_candidate - 1) == Some(*left_val)
|
|
156
|
+
{
|
|
157
|
+
return Some(self.upper_candidate - 1);
|
|
158
|
+
}
|
|
169
159
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
160
|
+
// It is possible there are later elements equal to our
|
|
161
|
+
// scan, so keep going on.
|
|
162
|
+
while self.upper_candidate + 1 < n_right
|
|
163
|
+
&& right(self.upper_candidate + 1) == right(self.upper_candidate)
|
|
164
|
+
{
|
|
165
|
+
self.upper_candidate += 1;
|
|
166
|
+
}
|
|
173
167
|
|
|
174
|
-
|
|
175
|
-
|
|
168
|
+
let mut cursor = self.strictly_smaller.unwrap_or(0);
|
|
169
|
+
while cursor < self.upper_candidate {
|
|
170
|
+
let Some(scan_right_val) = right(cursor) else {
|
|
171
|
+
cursor += 1;
|
|
172
|
+
continue;
|
|
173
|
+
};
|
|
174
|
+
if scan_right_val >= *left_val {
|
|
175
|
+
break;
|
|
176
176
|
}
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
self.strictly_smaller = Some(cursor);
|
|
178
|
+
cursor += 1;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
|
|
181
|
+
let mut right_get = |idx: IdxSize| (idx < n_right).then(|| right(idx)).flatten();
|
|
182
|
+
let lower = self.strictly_smaller.and_then(&mut right_get);
|
|
183
|
+
let upper = right_get(self.upper_candidate);
|
|
184
|
+
match (lower, upper) {
|
|
185
|
+
(None, None) => None,
|
|
186
|
+
(Some(_), None) => self.strictly_smaller,
|
|
187
|
+
(None, Some(_)) => Some(self.upper_candidate),
|
|
188
|
+
(Some(lo), Some(hi)) => {
|
|
189
|
+
let lo_diff = left_val.abs_diff(lo);
|
|
190
|
+
let hi_diff = left_val.abs_diff(hi);
|
|
191
|
+
if hi_diff <= lo_diff {
|
|
192
|
+
Some(self.upper_candidate)
|
|
193
|
+
} else {
|
|
194
|
+
self.strictly_smaller
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
}
|
|
182
198
|
}
|
|
183
199
|
}
|
|
184
200
|
|
{polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-python/src/c_api/mod.rs
RENAMED
|
@@ -4,7 +4,7 @@ pub mod allocator;
|
|
|
4
4
|
// Since Python Polars cannot share its version into here and we need to be able to build this
|
|
5
5
|
// package correctly without `py-polars`, we need to mirror the version here.
|
|
6
6
|
// example: 1.35.0-beta.1
|
|
7
|
-
pub static PYPOLARS_VERSION: &str = "1.36.0-beta.
|
|
7
|
+
pub static PYPOLARS_VERSION: &str = "1.36.0-beta.2";
|
|
8
8
|
|
|
9
9
|
// We allow multiple features to be set simultaneously so checking with all-features
|
|
10
10
|
// is possible. In the case multiple are set or none at all, we set the repr to "unknown".
|
|
@@ -11,13 +11,14 @@ mod execute;
|
|
|
11
11
|
pub use dispatch::build_streaming_query_executor;
|
|
12
12
|
pub(crate) mod expression;
|
|
13
13
|
mod graph;
|
|
14
|
-
pub use graph::{LogicalPipe, LogicalPipeKey};
|
|
14
|
+
pub use graph::{GraphNodeKey, LogicalPipe, LogicalPipeKey};
|
|
15
15
|
pub use skeleton::{QueryResult, StreamingQuery};
|
|
16
16
|
mod metrics;
|
|
17
17
|
pub use metrics::{GraphMetrics, NodeMetrics};
|
|
18
18
|
mod morsel;
|
|
19
19
|
mod nodes;
|
|
20
20
|
mod physical_plan;
|
|
21
|
+
pub use physical_plan::PhysNodeKey;
|
|
21
22
|
#[cfg(feature = "physical_plan_visualization")]
|
|
22
23
|
pub use physical_plan::visualization as physical_plan_visualization;
|
|
23
24
|
mod pipe;
|
|
@@ -264,7 +264,6 @@ impl ProjectionBuilder {
|
|
|
264
264
|
self.projected_schema().len()
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
#[cfg_attr(not(feature = "physical_plan_visualization"), expect(unused))]
|
|
268
267
|
pub fn projected_names(&self) -> impl Iterator<Item = &PlSmallStr> {
|
|
269
268
|
self.projected_schema().iter_names()
|
|
270
269
|
}
|
{polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars-stream/src/skeleton.rs
RENAMED
|
@@ -58,9 +58,9 @@ pub fn visualize_physical_plan(
|
|
|
58
58
|
pub struct StreamingQuery {
|
|
59
59
|
top_ir: IR,
|
|
60
60
|
pub graph: Graph,
|
|
61
|
-
root_phys_node: PhysNodeKey,
|
|
62
|
-
phys_sm: SlotMap<PhysNodeKey, PhysNode>,
|
|
63
|
-
phys_to_graph: SecondaryMap<PhysNodeKey, GraphNodeKey>,
|
|
61
|
+
pub root_phys_node: PhysNodeKey,
|
|
62
|
+
pub phys_sm: SlotMap<PhysNodeKey, PhysNode>,
|
|
63
|
+
pub phys_to_graph: SecondaryMap<PhysNodeKey, GraphNodeKey>,
|
|
64
64
|
pub metrics: Option<Arc<Mutex<GraphMetrics>>>,
|
|
65
65
|
}
|
|
66
66
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
//! macros that define kernels for extracting
|
|
2
2
|
//! `week`, `weekday`, `year`, `hour` etc. from primitive arrays.
|
|
3
3
|
use arrow::array::{BooleanArray, PrimitiveArray};
|
|
4
|
-
use arrow::compute::arity::unary;
|
|
5
4
|
#[cfg(feature = "dtype-time")]
|
|
6
5
|
use arrow::temporal_conversions::time64ns_to_time_opt;
|
|
7
6
|
use arrow::temporal_conversions::{
|
|
@@ -42,14 +41,12 @@ macro_rules! to_temporal_unit {
|
|
|
42
41
|
$primitive_out: ty,
|
|
43
42
|
$dtype_out:expr) => {
|
|
44
43
|
pub(crate) fn $name(arr: &PrimitiveArray<$primitive_in>) -> ArrayRef {
|
|
45
|
-
Box::new(
|
|
46
|
-
arr
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
},
|
|
52
|
-
$dtype_out,
|
|
44
|
+
Box::new(PrimitiveArray::<$primitive_out>::from_trusted_len_iter(
|
|
45
|
+
arr.iter().map(|opt_value| {
|
|
46
|
+
opt_value.and_then(|&value| {
|
|
47
|
+
$to_datetime_fn(value).map(|dt| dt.$chrono_method() as $primitive_out)
|
|
48
|
+
})
|
|
49
|
+
}),
|
|
53
50
|
)) as ArrayRef
|
|
54
51
|
}
|
|
55
52
|
};
|
|
@@ -58,20 +55,13 @@ macro_rules! to_temporal_unit {
|
|
|
58
55
|
macro_rules! to_boolean_temporal_unit {
|
|
59
56
|
($name: ident, $chrono_method: ident, $boolean_method: ident, $to_datetime_fn: expr, $dtype_in: ty) => {
|
|
60
57
|
pub(crate) fn $name(arr: &PrimitiveArray<$dtype_in>) -> ArrayRef {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
})
|
|
69
|
-
.collect::<Vec<_>>();
|
|
70
|
-
Box::new(BooleanArray::new(
|
|
71
|
-
ArrowDataType::Boolean,
|
|
72
|
-
values.into(),
|
|
73
|
-
arr.validity().cloned(),
|
|
74
|
-
))
|
|
58
|
+
Box::new(BooleanArray::from_trusted_len_iter(arr.iter().map(
|
|
59
|
+
|opt_value| {
|
|
60
|
+
opt_value.and_then(|&value| {
|
|
61
|
+
$to_datetime_fn(value).map(|dt| $boolean_method(dt.$chrono_method()))
|
|
62
|
+
})
|
|
63
|
+
},
|
|
64
|
+
)))
|
|
75
65
|
}
|
|
76
66
|
};
|
|
77
67
|
}
|
|
@@ -82,14 +72,12 @@ macro_rules! to_calendar_value {
|
|
|
82
72
|
$primitive_out: ty,
|
|
83
73
|
$dtype_out:expr) => {
|
|
84
74
|
pub(crate) fn $name(arr: &PrimitiveArray<$primitive_in>) -> ArrayRef {
|
|
85
|
-
Box::new(
|
|
86
|
-
arr
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
},
|
|
92
|
-
$dtype_out,
|
|
75
|
+
Box::new(PrimitiveArray::<$primitive_out>::from_trusted_len_iter(
|
|
76
|
+
arr.iter().map(|opt_value| {
|
|
77
|
+
opt_value.and_then(|&value| {
|
|
78
|
+
$to_datetime_fn(value).map(|$dt| $expr as $primitive_out)
|
|
79
|
+
})
|
|
80
|
+
}),
|
|
93
81
|
)) as ArrayRef
|
|
94
82
|
}
|
|
95
83
|
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
use polars::prelude::*;
|
|
2
|
-
|
|
3
|
-
#[test]
|
|
4
|
-
fn test_datetime_parse_overflow_7631() {
|
|
5
|
-
let df = df![
|
|
6
|
-
"year"=> &[2020, 2021, 2022],
|
|
7
|
-
"month"=> &[1, 2, 3],
|
|
8
|
-
"day"=> &[1, 2, 3],
|
|
9
|
-
]
|
|
10
|
-
.unwrap()
|
|
11
|
-
.lazy();
|
|
12
|
-
|
|
13
|
-
let df = df.with_column(
|
|
14
|
-
concat_str([col("year"), col("month"), col("day")], "-", false) // produces e.g., `2020-1-1`
|
|
15
|
-
.str()
|
|
16
|
-
.strptime(
|
|
17
|
-
DataType::Datetime(TimeUnit::Milliseconds, None),
|
|
18
|
-
StrptimeOptions {
|
|
19
|
-
format: Some("%Y-%m-%_d".into()),
|
|
20
|
-
..Default::default()
|
|
21
|
-
},
|
|
22
|
-
lit("latest"),
|
|
23
|
-
)
|
|
24
|
-
.alias("dt1"),
|
|
25
|
-
);
|
|
26
|
-
let actual = df.collect().unwrap();
|
|
27
|
-
|
|
28
|
-
let expected = DataFrame::new(vec![
|
|
29
|
-
Column::new("year".into(), &[2020, 2021, 2022]),
|
|
30
|
-
Column::new("month".into(), &[1, 2, 3]),
|
|
31
|
-
Column::new("day".into(), &[1, 2, 3]),
|
|
32
|
-
Column::new(
|
|
33
|
-
"dt1".into(),
|
|
34
|
-
&[
|
|
35
|
-
AnyValue::Datetime(1577836800000, TimeUnit::Milliseconds, None),
|
|
36
|
-
AnyValue::Datetime(1612224000000, TimeUnit::Milliseconds, None),
|
|
37
|
-
AnyValue::Datetime(1646265600000, TimeUnit::Milliseconds, None),
|
|
38
|
-
],
|
|
39
|
-
),
|
|
40
|
-
])
|
|
41
|
-
.unwrap();
|
|
42
|
-
|
|
43
|
-
assert_eq!(actual, expected);
|
|
44
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/array/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/bitmap/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.36.0b1 → polars_runtime_32-1.36.0b2}/crates/polars/tests/it/arrow/buffer/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|