diff options
| author | vvvv <[email protected]> | 2025-04-10 23:45:00 +0300 |
|---|---|---|
| committer | vvvv <[email protected]> | 2025-04-10 23:56:52 +0300 |
| commit | 364fada69e790b9b0e95b69185bfc23af9bc651d (patch) | |
| tree | c9e4ccb19d9513f8084303ee2cfc1fa9b7e5c9df /yql/essentials/sql/v1/context.cpp | |
| parent | 3be29859adc9bc12fb4cb198af3105434effc68a (diff) | |
YQL-19790 allow distinct over keys
commit_hash:5f778a5600a05b527c9ff0b07dcf55e207782165
Diffstat (limited to 'yql/essentials/sql/v1/context.cpp')
| -rw-r--r-- | yql/essentials/sql/v1/context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yql/essentials/sql/v1/context.cpp b/yql/essentials/sql/v1/context.cpp index de2668608ea..1a0a1f4b18d 100644 --- a/yql/essentials/sql/v1/context.cpp +++ b/yql/essentials/sql/v1/context.cpp @@ -68,6 +68,7 @@ THashMap<TStringBuf, TPragmaField> CTX_PRAGMA_FIELDS = { {"DistinctOverWindow", &TContext::DistinctOverWindow}, {"EmitUnionMerge", &TContext::EmitUnionMerge}, {"SeqMode", &TContext::SeqMode}, + {"DistinctOverKeys", &TContext::DistinctOverKeys}, }; typedef TMaybe<bool> TContext::*TPragmaMaybeField; |
