polars-runtime-32 1.35.1__tar.gz → 1.35.2__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.35.1 → polars_runtime_32-1.35.2}/Cargo.lock +1 -1
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/PKG-INFO +1 -1
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/mod.rs +33 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/lib.rs +2 -27
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/groups_dispatch.rs +2 -1
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/apply.rs +1 -1
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/cache.rs +0 -18
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/planner/lp.rs +3 -30
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/general.rs +6 -5
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/c_api/mod.rs +1 -1
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_executor/mod.rs +2 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/dispatch.rs +0 -4
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/expression.rs +3 -4
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/py-polars/runtime/Cargo.toml +1 -1
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/_polars_runtime_32/__init__.py +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/src/docs/eager.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/src/docs/lazy.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/src/docs/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/src/sql.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/binary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/binary/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/binary/mutable_values.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/binary/to_mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/binview/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/boolean/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/boolean/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/dictionary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/dictionary/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/equal/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/equal/dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/equal/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/equal/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/equal/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/equal/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/equal/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/fixed_size_binary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/fixed_size_binary/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/fixed_size_list/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/fixed_size_list/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/list/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/list/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/map/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/primitive/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/primitive/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/primitive/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/primitive/to_mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/struct_/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/struct_/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/union.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/utf8/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/utf8/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/utf8/mutable_values.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/utf8/to_mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/assign_ops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/bitmap_ops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/immutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/utils/bit_chunks_exact.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/utils/chunk_iter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/utils/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/utils/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/utils/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/utils/slice_iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/utils/zip_validity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/buffer/immutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/buffer/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/compute/aggregate/memory.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/compute/aggregate/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/compute/arity_assign.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/compute/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/compute/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/compute/boolean_kleene.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/compute/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/ffi/data.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/ffi/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/ffi/stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/io/ipc/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/io/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/chunks/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/chunks/parquet.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/date_like.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/group_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/joins.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/ops/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/ops/take.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/pivot.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/random.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/rolling_window.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/series.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/read.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/read_async.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/write.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/write_async.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/csv.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/ipc.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/ipc_stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/json.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/arrow/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/arrow/read.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/arrow/write.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/deserialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/dictionary/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/dictionary/fixed_len_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/dictionary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/dictionary/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/fixed_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/primitive_nested.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/row_group.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/read/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/roundtrip.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/write/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/write/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/write/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/write/sidecar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/partitioned.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/joins.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/aggregation.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/cse.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/cwc.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/explodes.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/apply.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/arity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/expand.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/filter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/is_in.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/literals.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/expressions/window.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/exprs.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/folds.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/group_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/group_by_dynamic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/predicate_queries.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/projection_queries.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/queries.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/lazy/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/main.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/time/date.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/time/date_range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/time/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/mutable_values.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binary/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binview/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binview/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binview/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binview/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binview/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binview/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binview/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/binview/view.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/boolean/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/boolean/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/boolean/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/boolean/from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/boolean/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/boolean/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/boolean/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/boolean/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/dictionary/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/dictionary/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/dictionary/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/dictionary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/dictionary/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/dictionary/typed_iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/dictionary/value_map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/binary_view.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/union.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/equal/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_binary/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_binary/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_binary/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_binary/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_binary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_binary/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_list/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_list/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_list/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_list/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_list/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_list/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fixed_size_list/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/indexable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/list/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/list/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/list/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/list/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/list/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/list/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/list/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/map/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/map/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/map/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/map/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/physical_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/primitive/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/primitive/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/primitive/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/primitive/from_natural.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/primitive/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/primitive/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/primitive/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/primitive/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/specification.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/static_array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/static_array_collect.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/struct_/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/struct_/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/struct_/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/struct_/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/struct_/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/struct_/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/total_ord.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/union/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/union/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/union/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/union/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/utf8/ffi.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/utf8/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/utf8/from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/utf8/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/utf8/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/utf8/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/utf8/mutable_values.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/array/values.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/aligned.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/assign_ops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/bitmap_ops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/bitmask.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/immutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/mutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/chunk_iterator/chunks_exact.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/chunk_iterator/merge.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/chunk_iterator/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/chunks_exact_mut.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/slice_iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/bitmap/utils/zip_validity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/buffer/immutable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/buffer/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/buffer/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/aggregate/memory.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/aggregate/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/arity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/arity_assign.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/boolean_kleene.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/concatenate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/decimal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/temporal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/compute/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/datatypes/field.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/datatypes/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/datatypes/physical_type.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/datatypes/reshape.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/datatypes/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/doc/lib.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/ffi/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/ffi/bridge.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/ffi/generated.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/ffi/mmap.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/ffi/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/ffi/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/ffi/stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/read/deserialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/read/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/read/nested.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/read/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/read/util.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/write/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/write/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/avro/write/serialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/append/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/compression.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/endianness.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/binview.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/union.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/array/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/common.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/deserialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/error.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/flight.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/read_basic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/reader.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/read/stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/common.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/common_sync.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/binview.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/fixed_sized_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/serialize/union.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/ipc/write/writer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/io/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/array/default_arrays.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/array/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/array/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/array/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/array/slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/array/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/bit_util.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/conversion.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/error.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/index.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/is_valid.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/ewm/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/ewm/variance.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/set.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/sort_partition.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/sorted_join/inner.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/sorted_join/left.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/sorted_join/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/string.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/take_agg/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/take_agg/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/take_agg/var.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/kernels/time.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/time_zone.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/trusted_len/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/trusted_len/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/trusted_len/push_unchecked.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/trusted_len/rev.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/legacy/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/mmap/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/mmap/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/offset.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/pushable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/record_batch.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/binview.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/equal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/union.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/scalar/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/storage.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/temporal_conversions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/trusted_len.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/types/aligned_bytes.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/types/bit_chunk.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/types/index.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/types/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/types/native.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/types/offset.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/util/macros.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-arrow/src/util/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/arithmetic/float.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/arithmetic/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/arithmetic/pl_num.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/arithmetic/signed.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/arithmetic/unsigned.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/arity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/binview_index_map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/bitwise/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cardinality.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/binary_to.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/binview_to.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/boolean_to.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/decimal_to.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/dictionary_to.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/primitive_to.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/temporal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/cast/utf8_to.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/dyn_array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/scalar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/simd.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/comparisons/view.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/decimal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/ewm/mean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/ewm/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/filter/avx512.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/filter/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/filter/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/filter/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/filter/scalar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/find_validity_mismatch.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/float_sum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/binview.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/bitmap.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/generic_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/structure.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/sublist/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/sublist/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/gather/sublist/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/horizontal_flatten/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/horizontal_flatten/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/hyperloglogplus.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/if_then_else/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/if_then_else/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/if_then_else/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/if_then_else/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/if_then_else/scalar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/if_then_else/simd.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/if_then_else/view.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/min_max/dyn_array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/min_max/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/min_max/scalar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/min_max/simd.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/moment.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/propagate_dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/propagate_nulls.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/mean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/min_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/moment.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/no_nulls/mean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/no_nulls/min_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/no_nulls/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/no_nulls/moment.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/no_nulls/quantile.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/no_nulls/rank.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/no_nulls/sum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/nulls/mean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/nulls/min_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/nulls/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/nulls/moment.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/nulls/quantile.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/nulls/rank.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/nulls/sum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/quantile_filter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/rank.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/sum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/rolling/window.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/size.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/sum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/trim_lists_to_normalized_offsets.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/unique/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/unique/dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/unique/distinct.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/unique/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-compute/src/unique/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/arithmetic/decimal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/arithmetic/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/arithmetic/numeric.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/array/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/binary_offset.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/categorical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/list/anonymous.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/list/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/list/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/list/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/list/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/list/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/builder/string.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/cast.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/collect.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/comparison/categorical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/comparison/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/comparison/scalar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/drop.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/flags.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/float.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/from_iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/from_iterator_par.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/iterator/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/iterator/par/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/iterator/par/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/iterator/par/string.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/list/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/list/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/logical/categorical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/logical/date.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/logical/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/logical/decimal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/logical/duration.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/logical/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/logical/time.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ndarray.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/extension/drop.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/extension/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/extension/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/extension/polars_extension.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/is_valid.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/object/registry.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/aggregate/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/aggregate/quantile.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/aggregate/var.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/any_value.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/append.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/apply.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/approx_n_unique.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/arity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/bit_repr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/bits.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/bitwise_reduce.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/chunkops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/compare_inner.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/decimal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/downcast.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/explode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/explode_and_offsets.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/extend.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/fill_null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/filter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/float_sorted_arg_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/for_each.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/full.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/gather.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/nesting_utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/nulls.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/reverse.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/rolling_window.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/row_encode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/search_sorted.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/set.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/shift.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/sort/arg_bottom_k.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/sort/arg_sort.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/sort/arg_sort_multiple.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/sort/categorical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/sort/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/sort/options.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/unique/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/ops/zip.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/random.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/struct_/frame.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/struct_/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/temporal/conversion.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/temporal/date.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/temporal/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/temporal/duration.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/temporal/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/temporal/time.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/to_vec.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/chunked_array/trusted_len.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/config.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/_serde.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/aliases.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/any_value.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/dtype.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/field.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/into_scalar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/static_array_collect.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/temporal/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/temporal/time_unit.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/datatypes/temporal/time_zone.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/error.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/arithmetic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/chunks.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/column/arithmetic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/column/compare.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/column/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/column/partitioned.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/column/scalar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/column/series.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/explode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/aggregations/agg_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/aggregations/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/aggregations/dispatch.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/aggregations/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/aggregations/string.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/hashing.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/into_groups.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/group_by/position.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/horizontal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/row/av_buffer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/row/dataframe.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/row/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/row/transpose.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/top_k.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/upstream_traits.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/frame/validation.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/hashing/identity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/hashing/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/hashing/vector_hasher.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/named_from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/random.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/scalar/from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/scalar/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/scalar/new.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/scalar/serde.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/schema/iceberg.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/schema/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/serde/chunked_array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/serde/df.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/serde/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/serde/series.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/amortized_iter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/any_value.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/arithmetic/bitops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/arithmetic/borrowed.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/arithmetic/fixed_size_list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/arithmetic/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/arithmetic/list_utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/arithmetic/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/arithmetic/owned.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/categorical_to_arrow.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/comparison.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/binary_offset.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/categorical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/date.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/decimal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/duration.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/floats.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/object.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/string.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/implementations/time.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/into.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/ops/downcast.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/ops/extend.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/ops/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/ops/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/ops/reshape.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/series/series_trait.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/testing.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/tests.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/utils/any_value.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/utils/flatten.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/utils/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/utils/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/utils/series.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-core/src/utils/supertype.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-dtype/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-dtype/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-dtype/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-dtype/src/categorical/catsize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-dtype/src/categorical/mapping.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-dtype/src/categorical/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-dtype/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-error/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-error/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-error/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-error/src/constants.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-error/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-error/src/python.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-error/src/signals.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-error/src/warning.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/business.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/cat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/cum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/horizontal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/misc.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/pow.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/random.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/range/date_range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/range/datetime_range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/range/int_range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/range/linear_space.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/range/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/range/time_range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/range/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/rolling.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/rolling_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/round.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/shift_and_fill.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/strings.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/temporal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/dispatch/trigonometry.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/aggregation.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/alias.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/cast.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/column.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/count.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/eval.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/filter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/gather.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/group_iter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/literal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/rolling.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/sort.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/sortby.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/ternary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/window.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/groups/binview.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/groups/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/groups/row_encoded.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/groups/single_key.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/hash_keys.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/hot_groups/binview.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/hot_groups/fixed_index_table.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/hot_groups/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/hot_groups/row_encoded.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/hot_groups/single_key.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/idx_table/binview.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/idx_table/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/idx_table/row_encoded.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/idx_table/single_key.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/planner.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/any_all.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/approx_n_unique.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/convert.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/count.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/first_last.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/len.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/mean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/min_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/sum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/reduce/var_std.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/state/execution_state.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/state/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/state/node_timer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ffi/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ffi/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ffi/src/version_0.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/avro/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/avro/read.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/avro/write.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/catalog/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/catalog/unity/client.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/catalog/unity/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/catalog/unity/models.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/catalog/unity/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/catalog/unity/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/cloud/adaptors.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/cloud/credential_provider.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/cloud/glob.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/cloud/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/cloud/object_store_setup.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/cloud/options.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/cloud/polars_object_store.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/buffer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/options.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/parser.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/read_impl/batched.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/read_impl.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/reader.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/schema_inference.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/splitfields.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/read/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/write/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/write/options.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/write/write_impl/serializer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/write/write_impl.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/csv/write/writer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/cache.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/cache_lock.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/entry.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/eviction.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/file_fetcher.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/file_lock.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/metadata.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/file_cache/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/hive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ipc/ipc_file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ipc/ipc_reader_async.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ipc/ipc_stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ipc/mmap.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ipc/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ipc/write.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/json/infer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/json/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/mmap.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ndjson/buffer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ndjson/core.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/ndjson/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/options.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/metadata.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/read/async_impl.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/read/mmap.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/read/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/read/options.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/read/read_impl.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/read/reader.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/read/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/write/batched_writer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/write/key_value_metadata.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/write/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/write/options.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/parquet/write/writer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/partition.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/path_utils/hugging_face.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/path_utils/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/pl_async.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/predicates.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/shared.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/utils/byte_source.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/utils/compression.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/utils/file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/utils/mkdir.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/utils/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/utils/other.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/utils/slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-io/src/utils/sync_on_close.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/json/deserialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/json/infer_schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/json/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/json/write/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/json/write/serialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/json/write/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/ndjson/deserialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/ndjson/file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/ndjson/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-json/src/ndjson/write.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/dot.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/dsl/functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/dsl/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/frame/cached_arenas.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/frame/err.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/frame/exitable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/frame/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/frame/pivot.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/frame/python.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/physical_plan/exotic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/physical_plan/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/scan/anonymous_scan.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/scan/catalog.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/scan/csv.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/scan/file_list_reader.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/scan/ipc.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/scan/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/scan/ndjson.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/scan/parquet.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/aggregations.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/arity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/cse.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/io.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/logical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/optimization_checks.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/pdsh.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/predicate_queries.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/projection_queries.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/queries.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-lazy/src/tests/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/executor.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/ext_context.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/filter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/group_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/group_by_dynamic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/group_by_rolling.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/group_by_streaming.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/hconcat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/join.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/merge_sorted.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/projection.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/projection_simple.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/projection_utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/scan/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/scan/python_scan.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/sink.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/sort.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/stack.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/udf.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/union.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/executors/unique.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/planner/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/scan_predicate/functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/scan_predicate/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/scan_predicate/skip_files_mask.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/any_all.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/count.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/dispersion.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/get.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/join.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/min_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/namespace.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/sum_mean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/array/to_struct.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/binary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/binary/namespace.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/cov.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/datetime/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/datetime/replace_time_zone.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/gather/chunked.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/gather/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/gather_skip_nulls.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/hist.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/any_all.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/count.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/dispersion.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/get.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/hash.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/min_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/namespace.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/sets.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/sum_mean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/list/to_struct.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/mode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/nan_propagating_aggregate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/peaks.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/repeat_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/scatter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/case.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/concat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/escape_regex.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/extract.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/find_many.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/json_path.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/namespace.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/normalize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/pad.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/reverse.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/split.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/strip.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/substring.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/unicode_internals/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/strings/unicode_internals/unicode_data.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/sum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/chunked_array/top_k.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/args.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/asof/default.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/asof/groups.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/asof/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/cross_join.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/dispatch_left_right.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/hash_join/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/hash_join/single_keys.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/hash_join/single_keys_dispatch.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/hash_join/single_keys_inner.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/hash_join/single_keys_left.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/hash_join/single_keys_outer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/hash_join/single_keys_semi_anti.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/hash_join/sort_merge.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/iejoin/filtered_bit_array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/iejoin/l1_l2.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/iejoin/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/merge_sorted.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/pivot/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/pivot/positioning.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/pivot/unpivot.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/abs.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/arg_min_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/business.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/clip.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/concat_arr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/cum_agg.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/cut.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/diff.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/duration.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/eager.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/ewm.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/ewm_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/floor_divide.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/fused.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/horizontal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/index.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/index_of.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/int_range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/interpolation/interpolate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/interpolation/interpolate_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/interpolation/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/is_between.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/is_close.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/is_first_distinct.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/is_in.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/is_last_distinct.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/is_unique.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/linear_space.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/log.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/moment.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/negate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/not.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/pct_change.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/rank.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/reinterpret.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/replace.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/rle.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/rolling.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/round.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/search_sorted.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/strings.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/to_dummies.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/unique.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/series/ops/various.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binary/dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binary/plain.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binview/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binview/optional.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binview/optional_masked.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binview/predicate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binview/required.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/binview/required_masked.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/categorical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/optional.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/optional_masked_dense.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/predicate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/required.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/dictionary_encoded/required_masked_dense.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/fixed_size_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/nested.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/nested_utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/null.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/float.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/integer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/plain/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/plain/predicate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/primitive/plain/required.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/simple.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/utils/array_chunks.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/utils/filter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/deserialize/utils/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/schema/convert.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/schema/metadata.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/schema/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/read/statistics.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/binary/basic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/binary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/binary/nested.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/binview/basic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/binview/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/binview/nested.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/boolean/basic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/boolean/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/boolean/nested.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/dictionary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/fixed_size_binary/basic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/fixed_size_binary/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/fixed_size_binary/nested.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/nested/dremel/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/nested/dremel/tests.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/nested/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/pages.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/primitive/basic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/primitive/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/primitive/nested.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/row_group.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/arrow/write/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/bloom_filter/hash.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/bloom_filter/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/bloom_filter/read.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/bloom_filter/split_block.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/compression.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/bitpacked/decode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/bitpacked/encode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/bitpacked/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/bitpacked/pack.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/bitpacked/unpack.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/byte_stream_split/decoder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/byte_stream_split/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_bitpacked/decoder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_bitpacked/encoder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_bitpacked/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_byte_array/decoder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_byte_array/encoder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_byte_array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_length_byte_array/decoder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_length_byte_array/encoder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/delta_length_byte_array/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/hybrid_rle/bitmap.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/hybrid_rle/encoder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/hybrid_rle/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/hybrid_rle/proptest.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/plain_byte_array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/uleb128.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/encoding/zigzag_leb128.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/error.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/metadata/column_chunk_metadata.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/metadata/column_descriptor.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/metadata/column_order.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/metadata/file_metadata.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/metadata/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/metadata/row_metadata.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/metadata/schema_descriptor.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/metadata/sort.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/page/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/parquet_bridge.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/column/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/compression.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/levels.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/metadata.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/page/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/page/reader.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/page/stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/read/stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/io_message/from_message.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/io_message/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/io_thrift/from_thrift.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/io_thrift/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/io_thrift/to_thrift.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/types/basic_type.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/types/converted_type.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/types/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/types/parquet_type.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/types/physical_type.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/schema/types/spec.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/statistics/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/statistics/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/statistics/fixed_len_binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/statistics/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/statistics/primitive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/types.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/column_chunk.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/compression.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/dyn_iter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/indexes/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/indexes/serialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/indexes/write.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/page.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/row_group.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/statistics.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-parquet/src/parquet/write/stream.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/dsl-schema-hashes.json +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/bin/dsl-schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/callback.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/client/check.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/client/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/constants.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/arithmetic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/arity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/builder_dsl.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/cat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/datatype_expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/dt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/expr/anonymous/expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/expr/anonymous/json_schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/expr/anonymous/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/expr/anonymous/named_serde.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/expr/anonymous/serde_expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/expr/datatype_fn.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/expr/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/file_scan/default_values.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/file_scan/deletion.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/file_scan/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/file_scan/python_dataset.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/format.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/from.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/business.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/cat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/correlation.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/pow.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/random.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/rolling.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/rolling_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/strings.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/function_expr/trigonometry.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/business.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/coerce.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/concat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/correlation.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/horizontal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/index.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/repeat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/selectors.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/syntactic_sugar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/functions/temporal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/match_to_schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/meta.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/name.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/options/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/options/sink.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/plan.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/python_dsl/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/python_dsl/python_udf.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/python_dsl/source.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/random.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/scan_sources.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/selector.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/serializable_plan.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/statistics.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/string.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/dsl/udf.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/frame/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/frame/opt_state.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/equality.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/evaluate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/business.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/cat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/correlation.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/cum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/fused.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/plugin.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/pow.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/random.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/rolling.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/rolling_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/row_encode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/strings.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/struct_.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/function_expr/trigonometry.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/hash.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/minterm_iter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/predicates/column_expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/predicates/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/predicates/skip_batches.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/properties/general.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/properties/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/scalar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/aexpr/traverse.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/anonymous_scan.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/apply.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/builder_ir.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/convert_utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/concat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/datatype_fn_to_ir.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/expr_expansion.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/expr_to_ir.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/join.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/scans.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/dsl_to_ir/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/ir_to_dsl.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/stack_opt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/type_check/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/type_coercion/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/type_coercion/functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/type_coercion/is_in.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/conversion/type_coercion/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/debug.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/expr_ir.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/functions/count.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/functions/dsl.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/functions/hint.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/functions/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/functions/python_udf.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/functions/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/hive.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/ir/dot.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/ir/format.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/ir/inputs.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/ir/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/ir/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/ir/tree_format.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/ir/visualization/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/ir/visualization/models.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/iterator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/lit.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/cache_states.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/cluster_with_columns.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/collapse_and_project.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/collect_members.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/count_star.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/cse/cse_expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/cse/cse_lp.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/cse/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/delay_rechunk.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/expand_datasets.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/flatten_union.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/fused.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/join_utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/group_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/join.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/keys.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/rename.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/predicate_pushdown/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/functions/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/functions/unpivot.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/generic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/group_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/hconcat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/hstack.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/joins.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/projection_pushdown/projection.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/set_order/expr_pullup.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/set_order/expr_pushdown.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/set_order/ir_pullup.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/set_order/ir_pushdown.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/set_order/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/simplify_expr/arity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/simplify_expr/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/simplify_expr/simplify_functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/slice_pushdown_expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/slice_pushdown_lp.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/sortedness.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/optimizer/stack_opt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/options.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/prune.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/python/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/python/predicate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/python/pyarrow.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/python/source.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/python/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/visitor/expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/visitor/hash.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/visitor/lp.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/visitor/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/plans/visitor/visitors.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-plan/src/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/batched_csv.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/c_api/allocator.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/catalog/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/catalog/unity.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/cloud_client.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/cloud_server.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/conversion/any_value.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/conversion/categorical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/conversion/chunked_array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/conversion/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/conversion/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/dataframe/construction.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/dataframe/export.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/dataframe/general.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/dataframe/io.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/dataframe/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/dataframe/serde.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/dataset/dataset_provider_funcs.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/dataset/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/datatypes.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/error.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/exceptions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/export.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/array.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/bitwise.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/categorical.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/datatype.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/general.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/list.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/meta.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/name.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/rolling.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/selector.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/serde.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/string.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/expr/struct.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/aggregation.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/business.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/eager.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/io.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/lazy.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/meta.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/misc.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/random.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/string_cache.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/strings.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/functions/whenthen.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/interop/arrow/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/interop/arrow/to_py.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/interop/arrow/to_rust.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/interop/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/interop/numpy/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/interop/numpy/to_numpy_df.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/interop/numpy/to_numpy_series.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/interop/numpy/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/io/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/exitable.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/general.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/optflags.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/serde.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/sink.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/visit.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/visitor/expr_nodes.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/visitor/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazyframe/visitor/nodes.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lazygroupby.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/map/dataframe.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/map/lazy.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/map/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/map/series.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/object.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/on_startup.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/py_modules.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/aggregation.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/arithmetic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/buffers.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/c_interface.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/comparison.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/construction.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/export.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/general.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/import.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/numpy_ufunc.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/series/scatter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/sql.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/testing/frame.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/testing/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/testing/series.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/timeout.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-python/src/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/decode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/encode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/fixed/boolean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/fixed/decimal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/fixed/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/fixed/numeric.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/row.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/variable/binary.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/variable/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/variable/no_order.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/variable/utf8.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-row/src/widths.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-schema/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-schema/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-schema/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-schema/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-schema/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-schema/src/schema.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/src/context.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/src/function_registry.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/src/functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/src/keywords.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/src/sql_expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/src/table_functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/src/types.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/empty_table_function.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/functions_aggregate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/functions_cumulative.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/functions_io.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/functions_math.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/functions_meta.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/functions_string.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/issues.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/ops_distinct_on.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/simple_exprs.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/statements.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-sql/tests/udf.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_executor/park_group.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_executor/task.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_primitives/connector.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_primitives/distributor_channel.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_primitives/linearizer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_primitives/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_primitives/morsel_linearizer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_primitives/opt_spawned_future.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_primitives/task_parker.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_primitives/wait_group.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/execute.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/graph.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/metrics.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/morsel.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/callback_sink.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/cum_agg.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/dynamic_slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/ewm_mean.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/filter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/gather_every.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/group_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/in_memory_map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/in_memory_sink.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/in_memory_source.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/input_independent_select.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/csv.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/ipc.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/json.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/metrics.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/parquet.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/partition/by_key.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/partition/max_size.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/partition/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/partition/parted.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sinks/phase.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/batch.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/csv.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/ipc.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/apply_extra_ops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/bridge.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/column_selector/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/column_selector/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/column_selector/transform.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/default_field_values.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/errors.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/forbid_extra_columns.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/physical_slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/projection/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/projection/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/reader_operation_pushdown.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/row_counter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/components/row_deletions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/config.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/functions/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/functions/resolve_projections.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/functions/resolve_slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/initialization.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/models.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/attach_reader_to_bridge.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/bridge.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/post_apply_extra_ops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/pipeline/tasks/reader_starter.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/reader_interface/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/reader_interface/capabilities.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/reader_interface/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/multi_scan/reader_interface/output.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/ndjson/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/ndjson/chunk_reader.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/ndjson/line_batch_distributor.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/ndjson/line_batch_processor.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/ndjson/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/ndjson/negative_slice_pass.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/ndjson/row_index_limit_pass.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/parquet/builder.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/parquet/init.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/parquet/metadata_utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/parquet/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/parquet/projection.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/parquet/row_group_data_fetch.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/parquet/row_group_decode.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/io_sources/parquet/statistics.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/joins/cross_join.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/joins/equi_join.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/joins/in_memory.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/joins/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/joins/semi_anti_join.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/merge_sorted.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/multiplexer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/negative_slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/ordered_union.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/peak_minmax.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/reduce.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/repeat.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/rle.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/rle_id.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/select.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/shift.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/simple_projection.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/streaming_slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/top_k.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/with_row_index.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/nodes/zip.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/io/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/io/python_dataset.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/lower_expr.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/lower_group_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/lower_ir.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/to_graph.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/visualization/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/physical_plan/visualization/models.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/pipe.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/skeleton.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/utils/in_memory_linearize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/utils/late_materialized_df.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/utils/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/utils/task_handles_ext.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-testing/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-testing/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-testing/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-testing/src/asserts/frame.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-testing/src/asserts/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-testing/src/asserts/series.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-testing/src/asserts/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-testing/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/base_utc_offset.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/date.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/datetime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/duration.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/kernels.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/rolling_window/dispatch.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/rolling_window/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/rolling_window/rolling_kernels/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/rolling_window/rolling_kernels/no_nulls.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/string/infer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/string/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/string/patterns.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/string/strptime.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/chunkedarray/time.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/date_range.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/dst_offset.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/group_by/dynamic.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/group_by/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/month_end.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/month_start.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/offset_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/prelude.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/replace.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/round.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/series/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/truncate.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/upsample.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/utils.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/windows/bounds.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/windows/calendar.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/windows/duration.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/windows/group_by.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/windows/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/windows/test.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-time/src/windows/window.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/Cargo.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/abs_diff.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/algebraic_ops.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/aliases.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/arena.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/binary_search.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/cache.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/cardinality_sketch.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/cell.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/chunks.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/clmul.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/compression.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/config.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/cpuid.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/decimal.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/error.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/file.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/fixedringbuffer.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/float.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/floor_divmod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/fmt.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/functions.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/hashing.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/idx_map/bytes_idx_map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/idx_map/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/idx_map/total_idx_map.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/idx_mapper.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/idx_vec.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/index.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/io.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/itertools/enumerate_idx.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/itertools/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/kahan_sum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/macros.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/mem.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/min_max.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/mmap.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/nulls.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/option.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/order_statistic_tree.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/parma/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/parma/raw/key.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/parma/raw/mod.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/parma/raw/probe.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/partitioned.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/pl_serialize.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/pl_str.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/plpath.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/priority.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/python_convert_registry.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/python_function.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/regex_cache.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/relaxed_cell.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/select.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/slice.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/slice_enum.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/sort.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/sparse_init_vec.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/sync.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/sys.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/total_ord.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/unique_id.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/vec.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-utils/src/with_drop.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/py-polars/runtime/.gitignore +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/py-polars/runtime/LICENSE +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/py-polars/runtime/README.md +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/py-polars/runtime/_polars_runtime_32/__init__.py +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/py-polars/runtime/build.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/py-polars/runtime/rust-toolchain.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/py-polars/runtime/src/lib.rs +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/pyproject.toml +0 -0
- {polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/rust-toolchain.toml +0 -0
|
@@ -2108,6 +2108,8 @@ impl DataFrame {
|
|
|
2108
2108
|
|
|
2109
2109
|
/// Rename a column in the [`DataFrame`].
|
|
2110
2110
|
///
|
|
2111
|
+
/// Should not be called in a loop as that can lead to quadratic behavior.
|
|
2112
|
+
///
|
|
2111
2113
|
/// # Example
|
|
2112
2114
|
///
|
|
2113
2115
|
/// ```
|
|
@@ -2136,6 +2138,37 @@ impl DataFrame {
|
|
|
2136
2138
|
Ok(self)
|
|
2137
2139
|
}
|
|
2138
2140
|
|
|
2141
|
+
pub fn rename_many<'a>(
|
|
2142
|
+
&mut self,
|
|
2143
|
+
renames: impl Iterator<Item = (&'a str, PlSmallStr)>,
|
|
2144
|
+
) -> PolarsResult<&mut Self> {
|
|
2145
|
+
let mut schema = self.schema().as_ref().clone();
|
|
2146
|
+
self.clear_schema();
|
|
2147
|
+
|
|
2148
|
+
for (from, to) in renames {
|
|
2149
|
+
if from == to.as_str() {
|
|
2150
|
+
continue;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
polars_ensure!(
|
|
2154
|
+
!schema.contains(&to),
|
|
2155
|
+
Duplicate: "column rename attempted with already existing name \"{to}\""
|
|
2156
|
+
);
|
|
2157
|
+
|
|
2158
|
+
match schema.get_full(from) {
|
|
2159
|
+
None => polars_bail!(col_not_found = from),
|
|
2160
|
+
Some((idx, _, _)) => {
|
|
2161
|
+
let (n, _) = schema.get_at_index_mut(idx).unwrap();
|
|
2162
|
+
*n = to.clone();
|
|
2163
|
+
self.columns.get_mut(idx).unwrap().rename(to);
|
|
2164
|
+
},
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
self.cached_schema = OnceLock::from(Arc::new(schema));
|
|
2169
|
+
Ok(self)
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2139
2172
|
/// Sort [`DataFrame`] in place.
|
|
2140
2173
|
///
|
|
2141
2174
|
/// See [`DataFrame::sort`] for more instruction.
|
|
@@ -33,7 +33,6 @@ pub mod testing;
|
|
|
33
33
|
mod tests;
|
|
34
34
|
|
|
35
35
|
use std::cell::{Cell, RefCell};
|
|
36
|
-
use std::panic::AssertUnwindSafe;
|
|
37
36
|
use std::sync::{LazyLock, Mutex};
|
|
38
37
|
use std::time::{SystemTime, UNIX_EPOCH};
|
|
39
38
|
|
|
@@ -53,7 +52,7 @@ pub struct POOL;
|
|
|
53
52
|
// Thread locals to allow disabling threading for specific threads.
|
|
54
53
|
#[cfg(any(target_os = "emscripten", not(target_family = "wasm")))]
|
|
55
54
|
thread_local! {
|
|
56
|
-
static
|
|
55
|
+
pub static ALLOW_RAYON_THREADS: Cell<bool> = const { Cell::new(true) };
|
|
57
56
|
static NOOP_POOL: RefCell<ThreadPool> = RefCell::new(
|
|
58
57
|
ThreadPoolBuilder::new()
|
|
59
58
|
.use_current_thread()
|
|
@@ -180,36 +179,12 @@ impl POOL {
|
|
|
180
179
|
OP: FnOnce(&ThreadPool) -> R + Send,
|
|
181
180
|
R: Send,
|
|
182
181
|
{
|
|
183
|
-
if
|
|
182
|
+
if ALLOW_RAYON_THREADS.get() || THREAD_POOL.current_thread_index().is_some() {
|
|
184
183
|
op(&THREAD_POOL)
|
|
185
184
|
} else {
|
|
186
185
|
NOOP_POOL.with(|v| op(&v.borrow()))
|
|
187
186
|
}
|
|
188
187
|
}
|
|
189
|
-
|
|
190
|
-
pub fn without_threading<R>(&self, op: impl FnOnce() -> R) -> R {
|
|
191
|
-
#[cfg(not(any(target_os = "emscripten", not(target_family = "wasm"))))]
|
|
192
|
-
{
|
|
193
|
-
op()
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
#[cfg(any(target_os = "emscripten", not(target_family = "wasm")))]
|
|
197
|
-
{
|
|
198
|
-
// This can only be done from threads that are not in the main threadpool.
|
|
199
|
-
if THREAD_POOL.current_thread_index().is_some() {
|
|
200
|
-
op()
|
|
201
|
-
} else {
|
|
202
|
-
let prev = ALLOW_THREADS.replace(false);
|
|
203
|
-
// @Q? Should this catch_unwind?
|
|
204
|
-
let result = std::panic::catch_unwind(AssertUnwindSafe(op));
|
|
205
|
-
ALLOW_THREADS.set(prev);
|
|
206
|
-
match result {
|
|
207
|
-
Ok(v) => v,
|
|
208
|
-
Err(p) => std::panic::resume_unwind(p),
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
188
|
}
|
|
214
189
|
|
|
215
190
|
// this is re-exported in utils for polars child crates
|
|
@@ -405,8 +405,9 @@ pub fn drop_nans<'a>(
|
|
|
405
405
|
values.rechunk_mut();
|
|
406
406
|
values.downcast_as_array().values().clone()
|
|
407
407
|
} else {
|
|
408
|
-
Bitmap::new_with_value(
|
|
408
|
+
Bitmap::new_with_value(false, 1)
|
|
409
409
|
};
|
|
410
|
+
let predicate = !&predicate;
|
|
410
411
|
drop_items(ac, &predicate)
|
|
411
412
|
}
|
|
412
413
|
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-expr/src/expressions/apply.rs
RENAMED
|
@@ -170,7 +170,7 @@ impl ApplyExpr {
|
|
|
170
170
|
let lst = agg.list().unwrap();
|
|
171
171
|
let iter = lst.par_iter().map(f);
|
|
172
172
|
|
|
173
|
-
if self.output_field.dtype.is_known()
|
|
173
|
+
if self.output_field.dtype.is_known() {
|
|
174
174
|
let dtype = self.output_field.dtype.clone();
|
|
175
175
|
let dtype = dtype.implode();
|
|
176
176
|
POOL.install(|| {
|
|
@@ -22,24 +22,6 @@ impl CachePrefill {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
pub fn new_scan(input: Box<dyn Executor>) -> Self {
|
|
26
|
-
Self {
|
|
27
|
-
input,
|
|
28
|
-
id: UniqueId::new(),
|
|
29
|
-
hit_count: 0,
|
|
30
|
-
is_new_streaming_scan: true,
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
pub fn new_sink(input: Box<dyn Executor>) -> Self {
|
|
35
|
-
Self {
|
|
36
|
-
input,
|
|
37
|
-
id: UniqueId::new(),
|
|
38
|
-
hit_count: 0,
|
|
39
|
-
is_new_streaming_scan: false,
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
25
|
pub fn id(&self) -> UniqueId {
|
|
44
26
|
self.id
|
|
45
27
|
}
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-mem-engine/src/planner/lp.rs
RENAMED
|
@@ -396,16 +396,7 @@ fn create_physical_plan_impl(
|
|
|
396
396
|
input, builder, root, lp_arena, expr_arena,
|
|
397
397
|
));
|
|
398
398
|
|
|
399
|
-
|
|
400
|
-
// thread pool, it could deadlock since the streaming engine uses the thread
|
|
401
|
-
// pool internally.
|
|
402
|
-
let mut prefill = executors::CachePrefill::new_sink(executor);
|
|
403
|
-
let exec = prefill.make_exec();
|
|
404
|
-
let existing = cache_nodes.insert(prefill.id(), prefill);
|
|
405
|
-
|
|
406
|
-
assert!(existing.is_none());
|
|
407
|
-
|
|
408
|
-
Ok(Box::new(exec))
|
|
399
|
+
Ok(executor)
|
|
409
400
|
},
|
|
410
401
|
}
|
|
411
402
|
},
|
|
@@ -527,16 +518,7 @@ fn create_physical_plan_impl(
|
|
|
527
518
|
let build_func = build_streaming_executor
|
|
528
519
|
.expect("invalid build. Missing feature new-streaming");
|
|
529
520
|
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
let mut prefill = executors::CachePrefill::new_scan(executor);
|
|
533
|
-
let exec = prefill.make_exec();
|
|
534
|
-
|
|
535
|
-
let existing = cache_nodes.insert(prefill.id(), prefill);
|
|
536
|
-
|
|
537
|
-
assert!(existing.is_none());
|
|
538
|
-
|
|
539
|
-
Ok(Box::new(exec))
|
|
521
|
+
build_func(root, lp_arena, expr_arena)
|
|
540
522
|
},
|
|
541
523
|
#[allow(unreachable_patterns)]
|
|
542
524
|
_ => unreachable!(),
|
|
@@ -710,16 +692,7 @@ fn create_physical_plan_impl(
|
|
|
710
692
|
from_partitioned_ds,
|
|
711
693
|
));
|
|
712
694
|
|
|
713
|
-
|
|
714
|
-
// thread pool, it could deadlock since the streaming engine uses the thread
|
|
715
|
-
// pool internally.
|
|
716
|
-
let mut prefill = executors::CachePrefill::new_sink(executor);
|
|
717
|
-
let exec = prefill.make_exec();
|
|
718
|
-
let existing = cache_nodes.insert(prefill.id(), prefill);
|
|
719
|
-
|
|
720
|
-
assert!(existing.is_none());
|
|
721
|
-
|
|
722
|
-
Ok(Box::new(exec))
|
|
695
|
+
Ok(executor)
|
|
723
696
|
} else {
|
|
724
697
|
let input = recurse!(input, state)?;
|
|
725
698
|
Ok(Box::new(executors::GroupByExec::new(
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-ops/src/frame/join/general.rs
RENAMED
|
@@ -36,11 +36,12 @@ pub fn _finish_join(
|
|
|
36
36
|
|
|
37
37
|
let suffix = get_suffix(suffix);
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
df_right.rename_many(rename_strs.iter().map(|name| {
|
|
40
|
+
(
|
|
41
|
+
name.as_str(),
|
|
42
|
+
_join_suffix_name(name.as_str(), suffix.as_str()),
|
|
43
|
+
)
|
|
44
|
+
}))?;
|
|
44
45
|
|
|
45
46
|
drop(left_names);
|
|
46
47
|
// Safety: IR resolving should guarantee this passes
|
|
@@ -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.35.
|
|
7
|
+
pub static PYPOLARS_VERSION: &str = "1.35.2";
|
|
8
8
|
pub static RUNTIME_REPR: &str = "rt32";
|
|
9
9
|
|
|
10
10
|
use pyo3::prelude::*;
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/async_executor/mod.rs
RENAMED
|
@@ -17,6 +17,7 @@ use crossbeam_deque::{Injector, Steal, Stealer, Worker as WorkQueue};
|
|
|
17
17
|
use crossbeam_utils::CachePadded;
|
|
18
18
|
use park_group::ParkGroup;
|
|
19
19
|
use parking_lot::Mutex;
|
|
20
|
+
use polars_core::ALLOW_RAYON_THREADS;
|
|
20
21
|
use polars_utils::relaxed_cell::RelaxedCell;
|
|
21
22
|
use rand::rngs::SmallRng;
|
|
22
23
|
use rand::{Rng, SeedableRng};
|
|
@@ -265,6 +266,7 @@ impl Executor {
|
|
|
265
266
|
|
|
266
267
|
fn runner(&self, thread: usize) {
|
|
267
268
|
TLS_THREAD_ID.set(thread);
|
|
269
|
+
ALLOW_RAYON_THREADS.set(false);
|
|
268
270
|
|
|
269
271
|
let mut rng = SmallRng::from_rng(&mut rand::rng());
|
|
270
272
|
let mut worker = self.park_group.new_worker();
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
use std::sync::{Arc, Mutex};
|
|
2
2
|
|
|
3
|
-
use polars_core::POOL;
|
|
4
3
|
use polars_core::error::PolarsResult;
|
|
5
4
|
use polars_core::frame::DataFrame;
|
|
6
5
|
use polars_expr::state::ExecutionState;
|
|
@@ -49,9 +48,6 @@ struct StreamingQueryExecutor {
|
|
|
49
48
|
|
|
50
49
|
impl Executor for StreamingQueryExecutor {
|
|
51
50
|
fn execute(&mut self, _cache: &mut ExecutionState) -> PolarsResult<DataFrame> {
|
|
52
|
-
// Must not block rayon thread on pending new-streaming future.
|
|
53
|
-
assert!(POOL.current_thread_index().is_none());
|
|
54
|
-
|
|
55
51
|
let mut df = { self.executor.try_lock().unwrap().take() }
|
|
56
52
|
.expect("unhandled: execute() more than once")
|
|
57
53
|
.execute()
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars-stream/src/expression.rs
RENAMED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
use std::sync::Arc;
|
|
2
2
|
|
|
3
|
-
use polars_core::POOL;
|
|
4
3
|
use polars_core::frame::DataFrame;
|
|
5
4
|
use polars_core::prelude::Column;
|
|
6
5
|
use polars_error::PolarsResult;
|
|
@@ -28,11 +27,11 @@ impl StreamExpr {
|
|
|
28
27
|
let phys_expr = self.inner.clone();
|
|
29
28
|
let df = df.clone();
|
|
30
29
|
polars_io::pl_async::get_runtime()
|
|
31
|
-
.spawn_blocking(move ||
|
|
30
|
+
.spawn_blocking(move || phys_expr.evaluate(&df, &state))
|
|
32
31
|
.await
|
|
33
32
|
.unwrap()
|
|
34
33
|
} else {
|
|
35
|
-
|
|
34
|
+
self.inner.evaluate(df, state)
|
|
36
35
|
}
|
|
37
36
|
}
|
|
38
37
|
|
|
@@ -41,6 +40,6 @@ impl StreamExpr {
|
|
|
41
40
|
df: &DataFrame,
|
|
42
41
|
state: &ExecutionState,
|
|
43
42
|
) -> PolarsResult<Column> {
|
|
44
|
-
|
|
43
|
+
self.inner.evaluate(df, state)
|
|
45
44
|
}
|
|
46
45
|
}
|
|
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.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/list/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/map/mod.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/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
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/union.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/array/utf8/mod.rs
RENAMED
|
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.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/mod.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/bitmap/mutable.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
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/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
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/compute/mod.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/ffi/data.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/ffi/mod.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/ffi/stream.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/io/ipc/mod.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/io/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/binary.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/boolean.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/list.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/map.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/mod.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/null.rs
RENAMED
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/struct_.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/arrow/scalar/utf8.rs
RENAMED
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/chunks/parquet.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/date_like.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/group_by.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/ops/mod.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/ops/take.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/core/rolling_window.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/read.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/read_async.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/write.rs
RENAMED
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/avro/write_async.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/ipc_stream.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polars_runtime_32-1.35.1 → polars_runtime_32-1.35.2}/crates/polars/tests/it/io/parquet/arrow/mod.rs
RENAMED
|
File without changes
|