Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign chunked layout statistics #1835

Open
gatesn opened this issue Jan 7, 2025 · 0 comments
Open

Redesign chunked layout statistics #1835

gatesn opened this issue Jan 7, 2025 · 0 comments

Comments

@gatesn
Copy link
Contributor

gatesn commented Jan 7, 2025

We should make it such that the stats table stores a mirror of the DType underneath each stats column. For example, min: i32 for an i32 array; or min: {a: i32, b: i32} for a struct array of type {a: i32, b: i32}.

This effectively means a chunked array can store stats for all flattened nested fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant