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

Method isNegated

bolt/expression/VectorFunction.h:150–152  ·  view source on GitHub ↗

indicate NOT function

Source from the content-addressed store, hash-verified

148
149 // indicate NOT function
150 virtual bool isNegated() const {
151 return false;
152 }
153};
154
155/// Vector function that generates the specified error for every row. Use this

Callers 1

evalAllImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected