MCPcopy Create free account
hub / github.com/alibaba/zvec / exclude

Method exclude

src/db/sqlengine/analyzer/query_node.h:356–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 bool exclude() const {
357 return exclude_;
358 }
359
360 void set_exclude(bool val) {
361 exclude_ = val;

Callers 3

rewrite_implMethod · 0.45
rewriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected