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

Method enableJitRowCmpRow

bolt/core/QueryConfig.h:1604–1607  ·  view source on GitHub ↗

including row < row, row = row, row cmp row

Source from the content-addressed store, hash-verified

1602
1603 // including row < row, row = row, row cmp row
1604 bool enableJitRowCmpRow() const {
1605 int32_t flag = get<int32_t>(kJitLevel, -1);
1606 return flag & 1;
1607 }
1608
1609 int exceptionTraceLevel() const {
1610 return get<int>(kExceptionTraceLevel, 1);

Callers 3

makeSpillConfigMethod · 0.80
noMoreInputMethod · 0.80
WindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected