diff --git a/docs/generated/sql/functions.md b/docs/generated/sql/functions.md index 859ccc8e84de..6868029df8d3 100644 --- a/docs/generated/sql/functions.md +++ b/docs/generated/sql/functions.md @@ -3104,7 +3104,7 @@ table. Returns an error if validation fails.
### TUPLE{INT AS RANGE_ID, STRING AS ERROR, INT AS END_TO_END_LATENCY_MS, STRING AS VERBOSE_TRACE} functionsFunction → Returns | Description | |
---|---|---|
Function → Returns | Description | Volatility |
crdb_internal.probe_ranges(timeout: interval, probe_type: unknown_enum) → tuple{int AS range_id, string AS error, int AS end_to_end_latency_ms, string AS verbose_trace} | Returns rows of range data based on the results received when using the prober. Parameters @@ -3117,7 +3117,7 @@ Notes If a probe should fail, the latency will be set to MaxInt64 in order to naturally sort above other latencies. Read probes are cheaper than write probes. If write probes have already ran, it’s not necessary to also run a read probe. A write probe will effectively probe reads as well. - | Volatile |