MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / isBinary

Method isBinary

src/common/expression_type.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17bool ExpressionTypeUtil::isBinary(ExpressionType type) {
18 return isComparison(type) || ExpressionType::OR == type || ExpressionType::XOR == type ||
19 ExpressionType::AND == type;
20}
21
22bool ExpressionTypeUtil::isBoolean(ExpressionType type) {
23 return ExpressionType::OR == type || ExpressionType::XOR == type ||

Callers 1

constructTreeNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected