Skip to content

Commit 40ef531

Browse files
committed
Intermediate changes
commit_hash:791630de931895a34afe70faac72bc4bb95986d7
1 parent 56b1df6 commit 40ef531

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

yql/essentials/docs/en/syntax/pragma/debug.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ Validating whether UDF results match the declared signature. The Greedy mode enf
1616

1717
Getting diagnostic information from YQL as an additional result of a query.
1818

19+
## `DebugPositions`
20+
21+
Disable deduplication of expression evaluation that may lead to errors (`Ensure`/`Unwrap` or UDF call).
22+
This may result in slower query at the cost of increasing the precision of the position that will be tied to a runtime error.

yql/essentials/docs/ru/syntax/pragma/debug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@
1515
| Флаг | false |
1616

1717
Получение диагностической информации от YQL в виде дополнительного результата запроса.
18+
19+
## `DebugPositions`
20+
21+
Отключение дедубликации вычисления выражений, которые могут приводить к ошибкам (`Ensure`/`Unwrap` или вызов UDF).
22+
Это может привести к замедлению запроса ценой увеличения точности позиции, которая будет привязана к runtime ошибке.

0 commit comments

Comments
 (0)