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

Method rawConfigsCopy

bolt/core/QueryConfig.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61 return legacySizeOfNull && !get<bool>(kSparkAnsiEnabled, false);
62}
63
64uint64_t QueryConfig::maxSpillBytes() const {
65 static constexpr uint64_t kDefault =
66 ::bytedance::bolt::kSparkCompatible ? 0UL : 100UL << 30;
67 return get<uint64_t>(kMaxSpillBytes, kDefault);
68}

Callers 6

writeMethod · 0.45
TEST_FFunction · 0.45
setFlinkCompatibleMethod · 0.45
ImplMethod · 0.45
setFlinkCompatibleMethod · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
setFlinkCompatibleMethod · 0.36
setFlinkCompatibleMethod · 0.36