Homesplat-transform API Reference - v3.0.0
    Preparing search index...

    Function processSource

    • Apply a sequence of processing actions to a ChunkSource, the streaming analog of processDataTable. Transforms compose lazily onto the pending meta.transform (via mapSource); filters scan the source and return a filtered view (via filterSource); stats streams a one-pass per-LOD accumulation (via computeSourceStats) — a diagnostic pass that leaves the data unchanged.

      Supports only the SOURCE_ACTION_KINDS; throws on any unsupported action rather than silently dropping it (processSourceBridged owns the processDataTable fallback for everything else).

      Parameters

      Returns Promise<ChunkSource>

      The processed source (a view chain over source).