MCPcopy Create free account
hub / github.com/bytedance/bolt / setFlinkCompatible

Method setFlinkCompatible

bolt/expression/tests/CastExprTest.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 value ? "true" : "false"},
85 });
86 }
87
88 void setFlinkCompatible(bool value) {
89 auto config = queryCtx_->queryConfig().rawConfigsCopy();
90 config[core::QueryConfig::kEnableFlinkCompatible] = std::to_string(value);
91 queryCtx_->testingOverrideConfigUnsafe(std::move(config));
92 }
93

Callers

nothing calls this directly

Calls 3

to_stringFunction · 0.50
rawConfigsCopyMethod · 0.45

Tested by

no test coverage detected