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).
Apply a sequence of processing actions to a ChunkSource, the streaming analog of
processDataTable. Transforms compose lazily onto the pendingmeta.transform(via mapSource); filters scan the source and return a filtered view (via filterSource);statsstreams 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
processDataTablefallback for everything else).