pond-ts API Reference (core)
    Preparing search index...

    Class ChunkedArrayColumn

    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).

    Index

    Constructors

    Properties

    chunkOffsets: Int32Array
    chunks: readonly ArrayColumn[]
    kind: "array" = ...
    length: number
    storage: "chunked" = ...
    validity?: ValidityBitmap

    Methods