Function estimateKeplerRowBytes

  • Experimental

    Approximate retained bytes for a set of projected rows, using the same accounting the ingestion path reports as metrics.estimatedRowBytes. The workspace re-runs this after every accepted reconciliation so a grown dataset cannot keep being charged its original size against the global budget.

    Parameters

    • rows: readonly (readonly unknown[])[]

    Returns number