summaryrefslogtreecommitdiffstats
path: root/yql/essentials/docs/en/syntax
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-07-28 16:06:07 +0300
committerrobot-piglet <[email protected]>2025-07-28 16:56:02 +0300
commit40ef53194ed9693e4840d8e798f240952fe1ac89 (patch)
tree5e806b91b8f48d379ccef1c060df111b85c397cc /yql/essentials/docs/en/syntax
parent56b1df6ee6d0ff4643d0f833030eb864a9aa220f (diff)
Intermediate changes
commit_hash:791630de931895a34afe70faac72bc4bb95986d7
Diffstat (limited to 'yql/essentials/docs/en/syntax')
-rw-r--r--yql/essentials/docs/en/syntax/pragma/debug.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/yql/essentials/docs/en/syntax/pragma/debug.md b/yql/essentials/docs/en/syntax/pragma/debug.md
index 0378f459916..cd547238734 100644
--- a/yql/essentials/docs/en/syntax/pragma/debug.md
+++ b/yql/essentials/docs/en/syntax/pragma/debug.md
@@ -16,3 +16,7 @@ Validating whether UDF results match the declared signature. The Greedy mode enf
Getting diagnostic information from YQL as an additional result of a query.
+## `DebugPositions`
+
+Disable deduplication of expression evaluation that may lead to errors (`Ensure`/`Unwrap` or UDF call).
+This may result in slower query at the cost of increasing the precision of the position that will be tied to a runtime error.