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

    Class ChunkedBooleanColumn

    Boolean chunked column. Structurally identical to ChunkedFloat64Column — see that class (and the module header) for the read/scan/slice algorithms. Chunks are plain BooleanColumn (bit-packed Uint8Array).

    Index

    Constructors

    Properties

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

    Methods