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

Function isConstant

bolt/vector/VectorEncoding.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99inline bool isConstant(VectorEncoding::Simple encoding) {
100 return encoding == VectorEncoding::Simple::CONSTANT;
101}
102
103inline bool isLazy(VectorEncoding::Simple encoding) {
104 return encoding == VectorEncoding::Simple::LAZY;

Callers 7

ExpandNodeMethod · 0.85
readFromFileMethod · 0.85
toStringMethod · 0.85
runMethod · 0.85
prepareMethod · 0.85
extractArgColumnsFunction · 0.85
isConstantMethod · 0.85

Calls

no outgoing calls

Tested by 5

readFromFileMethod · 0.68
toStringMethod · 0.68
runMethod · 0.68
prepareMethod · 0.68
extractArgColumnsFunction · 0.68