Array chunked column. Structurally identical to
ChunkedFloat64Column — see that class (and the module header)
for the read/scan/slice algorithms. Chunks are plain
ArrayColumn whose cells are defensively frozen at the inner
column's construction; chunked reads return those frozen cells
directly (no extra freeze).
Array chunked column. Structurally identical to
ChunkedFloat64Column— see that class (and the module header) for the read/scan/slice algorithms. Chunks are plainArrayColumnwhose cells are defensively frozen at the inner column's construction; chunked reads return those frozen cells directly (no extra freeze).