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

Function AR_EXP_IsVariadic

src/arithmetic/arithmetic_expression.c:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55inline bool AR_EXP_IsVariadic(const AR_ExpNode *exp) {
56 return exp->type == AR_EXP_OPERAND && exp->operand.type == AR_EXP_VARIADIC;
57}
58
59inline bool AR_EXP_IsParameter(const AR_ExpNode *exp) {
60 return exp->type == AR_EXP_OPERAND && exp->operand.type == AR_EXP_PARAM;

Callers 2

AR_EXP_ContainsVariadicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected