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

    Interface ScanOptions

    Options controlling Column.scan. By default invalid cells are skipped; pass { skipInvalid: false } to receive every slot including those whose validity bit is zero (the value at invalid slots is implementation-defined).

    interface ScanOptions {
        skipInvalid?: boolean;
    }
    Index

    Properties

    Properties

    skipInvalid?: boolean