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

Method setTimezone

bolt/expression/tests/CastExprTest.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 queryCtx_->testingOverrideConfigUnsafe({
109 {core::QueryConfig::kCastToIntByTruncate, std::to_string(value)},
110 });
111 }
112
113 void setCastMatchStructByName(bool value) {
114 queryCtx_->testingOverrideConfigUnsafe({
115 {core::QueryConfig::kCastMatchStructByName, std::to_string(value)},
116 });
117 }
118

Callers 1

BENCHMARKFunction · 0.45

Calls 1

Tested by

no test coverage detected