MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / AR_EXP_IsParameter

Function AR_EXP_IsParameter

src/arithmetic/arithmetic_expression.c:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59inline bool AR_EXP_IsParameter(const AR_ExpNode *exp) {
60 return exp->type == AR_EXP_OPERAND && exp->operand.type == AR_EXP_PARAM;
61}
62
63inline bool AR_EXP_IsOperation(const AR_ExpNode *exp) {
64 return exp->type == AR_EXP_OP;

Callers 3

_FilterTree_Compact_ExpFunction · 0.85
_FilterTree_Compact_PredFunction · 0.85
AR_EXP_ReduceToScalarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected