polars-row 0.46.0

Row encodings for the Polars DataFrame library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "polars-row"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
description = "Row encodings for the Polars DataFrame library"

[dependencies]
bitflags = { workspace = true }
bytemuck = { workspace = true }
polars-compute = { workspace = true, features = ["cast"] }
polars-error = { workspace = true }
polars-utils = { workspace = true }

arrow = { workspace = true }