diff options
author | vvvv <[email protected]> | 2025-01-20 16:38:10 +0300 |
---|---|---|
committer | vvvv <[email protected]> | 2025-01-20 17:00:30 +0300 |
commit | 6b3e7777077b0112e088056abc7093db18d7bec0 (patch) | |
tree | dd79c706aadcb821936dfcf375a58b6adb2d00fd /yql/essentials/sql/v1/context.cpp | |
parent | b6a2451a8ed4ad6c210751fcf6ae3d28998235f1 (diff) |
Introduced TableSource wrapper and Blocks/Peephole mode for minirun tests
init
commit_hash:22d9a4470f726b8efcd86aaf043bfa5552c2b35e
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 64eca540d77..43afc53c38b 100644 --- a/yql/essentials/sql/v1/context.cpp +++ b/yql/essentials/sql/v1/context.cpp @@ -58,6 +58,7 @@ THashMap<TStringBuf, TPragmaField> CTX_PRAGMA_FIELDS = { {"EmitStartsWith", &TContext::EmitStartsWith}, {"AnsiLike", &TContext::AnsiLike}, {"UseBlocks", &TContext::UseBlocks}, + {"EmitTableSource", &TContext::EmitTableSource}, {"BlockEngineEnable", &TContext::BlockEngineEnable}, {"BlockEngineForce", &TContext::BlockEngineForce}, {"UnorderedResult", &TContext::UnorderedResult}, |