src/backend/parser/cypher_clause.c (7 lines): - line 2290: /* TODO: check that all items have an alias for each */ - line 6603: /* TODO this is called above and appears redundant but needs to be */ - line 6868: * TODO: This ideally needs to be rewritten using a walker, to be more - line 6873: * TODO: We need to understand why add_volatile_wrapper is needed. Meaning, - line 6880: * TODO: There may be other locations where something similar may need to be - line 7252: /* TODO temporarily hardcoded */ - line 7389: /* TODO temporarily hardcoded */ drivers/golang/parser/age_lexer.go (2 lines): - line 22: // TODO: EOF string - line 190: // TODO: l.EOF = antlr.TokenEOF src/backend/parser/cypher_expr.c (2 lines): - line 496: * TODO: Left in for potential future use. - line 1331: * TODO: Should we error out or return NULL for further processing? src/backend/parser/cypher_gram.y (1 line): - line 3208: * TODO: We will likely want to force it to use src/backend/executor/cypher_merge.c (1 line): - line 115: /* TODO is this necessary? Removing it seems to not have an impact */ drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/Agtype.java (1 line): - line 68: * TODO: need to define for PreparedStatement. src/backend/executor/cypher_utils.c (1 line): - line 80: * TODO: Ideally, we should consider creating the RTEPermissionInfo data,