Member Junction
    Preparing search index...
    • Streams records (sync or async iterable), accumulating the column corpus + uniqueness/null stats until exhaustion or the time budget. Read-only; the caller supplies whatever read-only fetch yields the records (no save, no ack happens here).

      Parameters

      • records:
            | AsyncIterable<Record<string, unknown>, any, any>
            | Iterable<Record<string, unknown>, any, any>
      • opts: StreamDiscoveryOptions = {}

      Returns Promise<StreamDiscoveryResult>