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

Function Error_UnsupportedASTOperator

src/errors/errors.c:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void Error_UnsupportedASTOperator(const cypher_operator_t *op) {
160 ASSERT(op != NULL);
161
162 ErrorCtx_SetError("RedisGraph does not currently support %s", op->str);
163}
164
165inline void Error_InvalidPropertyValue(void) {
166 ErrorCtx_SetError("Property values can only be of primitive types or arrays of primitive types");

Callers 1

_visit_binary_opFunction · 0.85

Calls 1

ErrorCtx_SetErrorFunction · 0.85

Tested by

no test coverage detected