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

Function AR_EXP_PerformsDistinct

src/arithmetic/arithmetic_expression.c:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool AR_EXP_PerformsDistinct(AR_ExpNode *exp) {
90 return AR_EXP_ContainsFunc(exp, "distinct");
91}
92
93// repurpose node to a constant expression
94static void _AR_EXP_InplaceRepurposeConstant(AR_ExpNode *node, SIValue v) {

Callers 1

Calls 1

AR_EXP_ContainsFuncFunction · 0.85

Tested by

no test coverage detected