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

Method exprEvalSimplified

bolt/core/QueryConfig.h:1044–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042
1043 bool adjustTimestampToTimezone() const {
1044 return get<bool>(kAdjustTimestampToTimezone, false);
1045 }
1046
1047 std::string sessionTimezone() const {
1048 return get<std::string>(kSessionTimezone, "");
1049 }

Callers 1

makeExprSetFromFlagFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected