You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We should make it such that the stats table stores a mirror of the DType underneath each stats column. For example,
min: i32
for ani32
array; ormin: {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.
The text was updated successfully, but these errors were encountered: